petsc-3.7.3 2016-08-01
DMView
Views a DM
Synopsis
#include "petscdm.h"
#include "petscdmlabel.h"
PetscErrorCode DMView(DM dm,PetscViewer v)
Collective on DM
Input Parameter
| dm | - the DM object to view
|
| v | - the viewer
|
See Also
DMDestroy(), DMCreateGlobalVector(), DMCreateInterpolation(), DMCreateColoring(), DMCreateMatrix()
Level:beginner
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/dm/examples/tutorials/ex1.c.html
src/dm/examples/tutorials/ex5.c.html
src/snes/examples/tutorials/ex12.c.html
src/snes/examples/tutorials/ex5f90.F.html
src/snes/examples/tutorials/ex5f90t.F.html