Home
last modified time | relevance | path

Searched refs:DMPlexComputeInterpolatorNested (Results 1 – 4 of 4) sorted by relevance

/petsc/doc/changes/
H A D314.md249 - DMPlexComputeInterpolatorNested() now takes a flag allowing nested
/petsc/include/
H A Dpetscdmplex.h446 PETSC_EXTERN PetscErrorCode DMPlexComputeInterpolatorNested(DM, DM, PetscBool, Mat, void *);
/petsc/src/dm/impls/plex/
H A Dplexfem.c2932 PetscErrorCode DMPlexComputeInterpolatorNested(DM dmc, DM dmf, PetscBool isRefined, Mat In, PetscCt… in DMPlexComputeInterpolatorNested() function
H A Dplex.c10340 …if (!isRefined || (regular && cdm == dmCoarse)) PetscCall(DMPlexComputeInterpolatorNested(dmCoarse… in DMCreateInterpolation_Plex()