Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmplex.h447 PETSC_EXTERN PetscErrorCode DMPlexComputeInterpolatorGeneral(DM, DM, Mat, void *);
/petsc/src/dm/impls/plex/
H A Dplexfem.c3171 PetscErrorCode DMPlexComputeInterpolatorGeneral(DM dmc, DM dmf, Mat In, PetscCtx ctx) in DMPlexComputeInterpolatorGeneral() function
H A Dplex.c10341 else PetscCall(DMPlexComputeInterpolatorGeneral(dmCoarse, dmFine, *interpolation, ctx)); in DMCreateInterpolation_Plex()