Searched refs:DMPlexGetTree (Results 1 – 6 of 6) sorted by relevance
| /petsc/include/ |
| H A D | petscdmplex.h | 494 PETSC_EXTERN PetscErrorCode DMPlexGetTree(DM, PetscSection *, PetscInt *[], PetscInt *[], PetscSect…
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexglvis.c | 612 PetscCall(DMPlexGetTree(dm, &parentSection, NULL, NULL, NULL, NULL)); in DMPlexView_GLVis_ASCII()
|
| H A D | plexdistribute.c | 1344 PetscCall(DMPlexGetTree(dm, &origParentSection, &origParents, &origChildIDs, NULL, NULL)); in DMPlexDistributeSetupTree()
|
| H A D | plexsubmesh.c | 868 PetscCall(DMPlexGetTree(dm, &pSec, &parents, &childIDs, NULL, NULL)); in DMPlexShiftTree_Internal()
|
| H A D | plexgeometry.c | 3413 PetscCall(DMPlexGetTree(dm, &parentSection, NULL, NULL, NULL, NULL)); in DMPlexComputeGradientFVM()
|
| H A D | plextree.c | 1022 PetscErrorCode DMPlexGetTree(DM dm, PetscSection *parentSection, PetscInt *parents[], PetscInt *chi… in DMPlexGetTree() function
|