Home
last modified time | relevance | path

Searched refs:DMPlexComputeMassMatrixGeneral (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscdmplex.h452 PETSC_EXTERN PetscErrorCode DMPlexComputeMassMatrixGeneral(DM, DM, Mat, void *);
/petsc/src/dm/impls/plex/
H A Dplexfem.c3343 PetscErrorCode DMPlexComputeMassMatrixGeneral(DM dmc, DM dmf, Mat mass, PetscCtx ctx) in DMPlexComputeMassMatrixGeneral() function
H A Dplex.c10464 else PetscCall(DMPlexComputeMassMatrixGeneral(dmCoarse, dmFine, *mass, ctx)); in DMCreateMassMatrix_Plex()