petsc-3.10.5 2019-03-28
Report Typos and Errors

DMView

Views a DM

Synopsis

#include "petscdm.h"          
#include "petscdmlabel.h"     
#include "petscds.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

Examples

src/dm/impls/plex/examples/tutorials/ex5.c.html
src/dm/impls/forest/examples/tutorials/ex1.c.html
src/dm/examples/tutorials/ex1.c.html
src/dm/examples/tutorials/ex5.c.html
src/dm/examples/tutorials/ex19.c.html
src/dm/examples/tutorials/ex20.c.html
src/dm/examples/tutorials/swarm_ex1.c.html
src/dm/examples/tutorials/swarm_ex2.c.html
src/dm/examples/tutorials/swarm_ex3.c.html
src/ksp/ksp/examples/tutorials/ex70.c.html
src/snes/examples/tutorials/ex12.c.html

Implementations

DMView_Composite in src/dm/impls/composite/pack.c
DMView_DA_1d in src/dm/impls/da/da1.c
DMView_DA_2d in src/dm/impls/da/da2.c
DMView_DA_3d in src/dm/impls/da/da3.c
DMView_DA_Matlab in src/dm/impls/da/daview.c
DMView_DA_Binary in src/dm/impls/da/daview.c
DMView_DA_VTK in src/dm/impls/da/daview.c
DMView_DA_GLVis in src/dm/impls/da/grglvis.c
DMView_ASCII_pforest in src/dm/impls/forest/p4est/pforest.c
DMView_VTK_pforest in src/dm/impls/forest/p4est/pforest.c
DMView_HDF5_pforest in src/dm/impls/forest/p4est/pforest.c
DMView_GLVis_pforest in src/dm/impls/forest/p4est/pforest.c
DMView_pforest in src/dm/impls/forest/p4est/pforest.c
DMView_Moab in src/dm/impls/moab/dmmoab.cxx
DMView_Network in src/dm/impls/network/network.c
DMView_Patch in src/dm/impls/patch/patch.c
DMView_Plex in src/dm/impls/plex/plex.c
DMView_Redundant in src/dm/impls/redundant/dmredundant.c
DMView_Shell in src/dm/impls/shell/dmshell.c
DMView_Swarm in src/dm/impls/swarm/swarm.c
DMView_DA_Short_3d in src/ksp/pc/impls/telescope/telescope_dmda.c
DMView_DA_Short_2d in src/ksp/pc/impls/telescope/telescope_dmda.c
DMView_DA_Short in src/ksp/pc/impls/telescope/telescope_dmda.c

Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages