Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmplex.h451 PETSC_EXTERN PetscErrorCode DMPlexComputeMassMatrixNested(DM, DM, Mat, void *);
/petsc/src/dm/impls/plex/
H A Dplexfem.c3151 PetscErrorCode DMPlexComputeMassMatrixNested(DM dmc, DM dmf, Mat mass, PetscCtx ctx) in DMPlexComputeMassMatrixNested() function
H A Dplex.c10463 …if (regular && cdm == dmCoarse) PetscCall(DMPlexComputeMassMatrixNested(dmCoarse, dmFine, *mass, c… in DMCreateMassMatrix_Plex()