Searched refs:DMPlexComputeMassMatrixNested (Results 1 – 3 of 3) sorted by relevance
451 PETSC_EXTERN PetscErrorCode DMPlexComputeMassMatrixNested(DM, DM, Mat, void *);
3151 PetscErrorCode DMPlexComputeMassMatrixNested(DM dmc, DM dmf, Mat mass, PetscCtx ctx) in DMPlexComputeMassMatrixNested() function
10463 …if (regular && cdm == dmCoarse) PetscCall(DMPlexComputeMassMatrixNested(dmCoarse, dmFine, *mass, c… in DMCreateMassMatrix_Plex()