#include "petscdmmesh.h" PetscErrorCode DMMeshGetTransitiveClosure(DM dm, PetscInt p, PetscBool useCone, PetscInt *numPoints, const PetscInt *points[])Not collective
mesh | - The DMMesh | |
p | - The Sieve point, which must lie in the chart set with DMMeshSetChart() | |
useCone | - PETSC_TRUE for in-edges, otherwise use out-edges |
numPoints | - The number of points in the closure | |
points | - The points |
Level:beginner
Location:src/dm/impls/mesh/mesh.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages