DMPlexGetTreeChildren#
get the children of a point in the tree describing the point hierarchy (not the DAG)
Synopsis#
#include "petscdmplex.h"
PetscErrorCode DMPlexGetTreeChildren(DM dm, PetscInt point, PetscInt *numChildren, const PetscInt *children[])
Input Parameters#
dm - the
DMPLEX
objectpoint - the query point
Output Parameters#
numChildren - if not
NULL
, set to the number of childrenchildren - if not
NULL
, set to a list children, or set toNULL
if the point has no children
See Also#
DMPlex: Unstructured Grids, DM
, DMPLEX
, DMPlexSetTree()
, DMPlexGetTree()
, DMPlexGetTreeParent()
Level#
intermediate
Location#
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages