Searched refs:DMPlexComputeMassMatrixGeneral (Results 1 – 3 of 3) sorted by relevance
452 PETSC_EXTERN PetscErrorCode DMPlexComputeMassMatrixGeneral(DM, DM, Mat, void *);
3343 PetscErrorCode DMPlexComputeMassMatrixGeneral(DM dmc, DM dmf, Mat mass, PetscCtx ctx) in DMPlexComputeMassMatrixGeneral() function
10464 else PetscCall(DMPlexComputeMassMatrixGeneral(dmCoarse, dmFine, *mass, ctx)); in DMCreateMassMatrix_Plex()