Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmpleximpl.h352 PETSC_EXTERN PetscErrorCode DMPlexComputeInjectorTree(DM, DM, PetscSF, PetscInt *, Mat);
/petsc/src/dm/impls/plex/
H A Dplextree.c3510 PetscErrorCode DMPlexComputeInjectorTree(DM coarse, DM fine, PetscSF coarseToFine, PetscInt *childI… in DMPlexComputeInjectorTree() function
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4483 PetscCall(DMPlexComputeInjectorTree(plexC, plexF, sf, cids, *injection)); in DMCreateInjection_pforest()