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