petsc-3.5.4 2015-05-23
Report Typos and Errors

DMPlexGetDimension

Return the topological mesh dimension

Synopsis

#include "petscdmplex.h"   
PetscErrorCode DMPlexGetDimension(DM dm, PetscInt *dim)
Not collective

Input Parameter

mesh -The DMPlex

Output Parameter

dim -The topological mesh dimension

See Also

DMPlexCreate()

Level:beginner
Location:
src/dm/impls/plex/plex.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/ts/examples/tutorials/ex11.c.html