Home
last modified time | relevance | path

Searched refs:DMPlexGetTree (Results 1 – 6 of 6) sorted by relevance

/petsc/include/
H A Dpetscdmplex.h494 PETSC_EXTERN PetscErrorCode DMPlexGetTree(DM, PetscSection *, PetscInt *[], PetscInt *[], PetscSect…
/petsc/src/dm/impls/plex/
H A Dplexglvis.c612 PetscCall(DMPlexGetTree(dm, &parentSection, NULL, NULL, NULL, NULL)); in DMPlexView_GLVis_ASCII()
H A Dplexdistribute.c1344 PetscCall(DMPlexGetTree(dm, &origParentSection, &origParents, &origChildIDs, NULL, NULL)); in DMPlexDistributeSetupTree()
H A Dplexsubmesh.c868 PetscCall(DMPlexGetTree(dm, &pSec, &parents, &childIDs, NULL, NULL)); in DMPlexShiftTree_Internal()
H A Dplexgeometry.c3413 PetscCall(DMPlexGetTree(dm, &parentSection, NULL, NULL, NULL, NULL)); in DMPlexComputeGradientFVM()
H A Dplextree.c1022 PetscErrorCode DMPlexGetTree(DM dm, PetscSection *parentSection, PetscInt *parents[], PetscInt *chi… in DMPlexGetTree() function