petsc-3.7.3 2016-08-01
DMSetUp
sets up the data structures inside a DM object
Synopsis
#include "petscdm.h"
#include "petscdmlabel.h"
PetscErrorCode DMSetUp(DM dm)
Collective on DM
Input Parameter
dm -the DM object to setup
See Also
DMView(), DMCreateGlobalVector(), DMCreateInterpolation(), DMCreateColoring(), DMCreateMatrix()
Level:developer
Location:src/dm/interface/dm.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/dm/impls/forest/examples/tutorials/ex1.c.html
src/snes/examples/tutorials/ex12.c.html
src/ts/examples/tutorials/ex11.c.html
src/ts/examples/tutorials/ex14.c.html
src/ts/examples/tutorials/ex35.cxx.html