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

DMPlexSetDimension

Set the topological mesh dimension

Synopsis

#include "petscdmplex.h"   
PetscErrorCode DMPlexSetDimension(DM dm, PetscInt dim)
Collective on mesh

Input Parameters

mesh - The DMPlex
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