#include "petscdmcomplex.h" PetscErrorCode DMComplexGetTransitiveClosure(DM dm, PetscInt p, PetscBool useCone, PetscInt *numPoints, PetscInt *points[])Not collective
mesh | - The DMComplex | |
p | - The Sieve point, which must lie in the chart set with DMComplexSetChart() | |
useCone | - PETSC_TRUE for in-edges, otherwise use out-edges | |
points | - If points is PETSC_NULL on input, internal storage will be returned, otherwise the provided array is used |
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, ...] |
Level:beginner
Location:src/dm/impls/complex/complex.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages