petsc-3.11.4 2019-09-28
DMPlexGetDepth
Get the depth of the DAG representing this mesh
Synopsis
#include "petscdmplex.h"
PetscErrorCode DMPlexGetDepth(DM dm, PetscInt *depth)
Not Collective
Input Parameter
dm -The DMPlex object
Output Parameter
depth -The number of strata (breadth first levels) in the DAG
Keywords
mesh, points
See Also
DMPlexGetDepthLabel(), DMPlexGetHeightStratum(), DMPlexGetDepthStratum()
Level
developer
Location
src/dm/impls/plex/plex.c
Examples
src/ts/examples/tutorials/ex11.c.html
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages