Searched refs:DMPlexComputeInterpolatorNested (Results 1 – 4 of 4) sorted by relevance
249 - DMPlexComputeInterpolatorNested() now takes a flag allowing nested
446 PETSC_EXTERN PetscErrorCode DMPlexComputeInterpolatorNested(DM, DM, PetscBool, Mat, void *);
2932 PetscErrorCode DMPlexComputeInterpolatorNested(DM dmc, DM dmf, PetscBool isRefined, Mat In, PetscCt… in DMPlexComputeInterpolatorNested() function
10340 …if (!isRefined || (regular && cdm == dmCoarse)) PetscCall(DMPlexComputeInterpolatorNested(dmCoarse… in DMCreateInterpolation_Plex()