#include "petscdmplex.h" PetscErrorCode DMPlexRestoreTransitiveClosure(DM dm, PetscInt p, PetscBool useCone, PetscInt *numPoints, PetscInt *points[])Not collective
mesh | - The DMPlex | |
p | - The point, which must lie in the chart set with DMPlexSetChart() | |
useCone | - PETSC_TRUE for in-edges, otherwise use out-edges | |
numPoints | - The number of points in the closure, so points[] is of size 2*numPoints, zeroed on exit | |
points | - The points and point orientations, interleaved as pairs [p0, o0, p1, o1, ...], zeroed on exit |
The numPoints argument is not present in the Fortran 90 binding since it is internal to the array.