petsc-3.8.4 2018-03-24
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
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/ts/examples/tutorials/ex11.c.html