petsc-3.6.2 2015-10-02
   
DMView
Views a DM 
Synopsis
#include "petscdm.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/examples/tutorials/ex1.c.html
src/dm/examples/tutorials/ex5.c.html
src/snes/examples/tutorials/ex5f90.F.html
src/snes/examples/tutorials/ex5f90t.F.html