1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
<HTML>
<HEAD> <link rel="canonical" href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/DM/DMView.html" />
<META NAME="GENERATOR" CONTENT="DOCTEXT">
<TITLE>DMView</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
<div id="version" align=right><b>petsc-3.14.5 2021-03-03</b></div>
<div id="bugreport" align=right><a href="mailto:petsc-maint@mcs.anl.gov?subject=Typo or Error in Documentation &body=Please describe the typo or error in the documentation: petsc-3.14.5 v3.14.5 docs/manualpages/DM/DMView.html "><small>Report Typos and Errors</small></a></div>
<A NAME="DMView"><H1>DMView</H1></A>
Views a <A HREF="../DM/DM.html#DM">DM</A>
<H3><FONT COLOR="#CC3333">Synopsis</FONT></H3>
<PRE>
#include "petscdm.h"
#include "petscdmlabel.h"
#include "petscds.h"
<A HREF="../Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</A> <A HREF="../DM/DMView.html#DMView">DMView</A>(<A HREF="../DM/DM.html#DM">DM</A> dm,<A HREF="../Viewer/PetscViewer.html#PetscViewer">PetscViewer</A> v)
</PRE>
Collective on dm
<P>
<H3><FONT COLOR="#CC3333">Input Parameter</FONT></H3>
<TABLE border="0" cellpadding="0" cellspacing="0">
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>dm </B></TD><TD>- the <A HREF="../DM/DM.html#DM">DM</A> object to view
</TD></TR>
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>v </B></TD><TD>- the viewer
</TD></TR></TABLE>
<P>
<P>
<H3><FONT COLOR="#CC3333">See Also</FONT></H3>
<A HREF="../DM/DMDestroy.html#DMDestroy">DMDestroy</A>(), <A HREF="../DM/DMCreateGlobalVector.html#DMCreateGlobalVector">DMCreateGlobalVector</A>(), <A HREF="../DM/DMCreateInterpolation.html#DMCreateInterpolation">DMCreateInterpolation</A>(), <A HREF="../DM/DMCreateColoring.html#DMCreateColoring">DMCreateColoring</A>(), <A HREF="../DM/DMCreateMatrix.html#DMCreateMatrix">DMCreateMatrix</A>()
<BR>
<P>
<P><B></B><H3><FONT COLOR="#CC3333">Level</FONT></H3>beginner<BR>
<H3><FONT COLOR="#CC3333">Location</FONT></H3>
</B><A HREF="../../../src/dm/interface/dm.c.html#DMView">src/dm/interface/dm.c</A>
<P><H3><FONT COLOR="#CC3333">Examples</FONT></H3>
<A HREF="../../../src/dm/impls/plex/tutorials/ex5.c.html">src/dm/impls/plex/tutorials/ex5.c.html</A><BR>
<A HREF="../../../src/dm/impls/plex/tutorials/ex3f90.F90.html">src/dm/impls/plex/tutorials/ex3f90.F90.html</A><BR>
<A HREF="../../../src/dm/tutorials/ex1.c.html">src/dm/tutorials/ex1.c.html</A><BR>
<A HREF="../../../src/dm/tutorials/ex5.c.html">src/dm/tutorials/ex5.c.html</A><BR>
<A HREF="../../../src/dm/tutorials/ex19.c.html">src/dm/tutorials/ex19.c.html</A><BR>
<A HREF="../../../src/dm/tutorials/ex20.c.html">src/dm/tutorials/ex20.c.html</A><BR>
<A HREF="../../../src/dm/tutorials/swarm_ex1.c.html">src/dm/tutorials/swarm_ex1.c.html</A><BR>
<A HREF="../../../src/dm/tutorials/swarm_ex2.c.html">src/dm/tutorials/swarm_ex2.c.html</A><BR>
<A HREF="../../../src/dm/tutorials/swarm_ex3.c.html">src/dm/tutorials/swarm_ex3.c.html</A><BR>
<A HREF="../../../src/ksp/ksp/tutorials/ex70.c.html">src/ksp/ksp/tutorials/ex70.c.html</A><BR>
<A HREF="../../../src/ksp/ksp/tutorials/ex73.c.html">src/ksp/ksp/tutorials/ex73.c.html</A><BR>
<P><H3><FONT COLOR="CC3333">Implementations</FONT></H3><A HREF="../../../src/dm/impls/composite/pack.c.html#DMView_Composite">DMView_Composite in src/dm/impls/composite/pack.c</A><BR>
<A HREF="../../../src/dm/impls/da/da1.c.html#DMView_DA_1d">DMView_DA_1d in src/dm/impls/da/da1.c</A><BR>
<A HREF="../../../src/dm/impls/da/da2.c.html#DMView_DA_2d">DMView_DA_2d in src/dm/impls/da/da2.c</A><BR>
<A HREF="../../../src/dm/impls/da/da3.c.html#DMView_DA_3d">DMView_DA_3d in src/dm/impls/da/da3.c</A><BR>
<A HREF="../../../src/dm/impls/da/daview.c.html#DMView_DA_Matlab">DMView_DA_Matlab in src/dm/impls/da/daview.c</A><BR>
<A HREF="../../../src/dm/impls/da/daview.c.html#DMView_DA_Binary">DMView_DA_Binary in src/dm/impls/da/daview.c</A><BR>
<A HREF="../../../src/dm/impls/da/daview.c.html#DMView_DA_VTK">DMView_DA_VTK in src/dm/impls/da/daview.c</A><BR>
<A HREF="../../../src/dm/impls/da/grglvis.c.html#DMView_DA_GLVis">DMView_DA_GLVis in src/dm/impls/da/grglvis.c</A><BR>
<A HREF="../../../src/dm/impls/forest/p4est/pforest.c.html#DMView_ASCII_pforest">DMView_ASCII_pforest in src/dm/impls/forest/p4est/pforest.c</A><BR>
<A HREF="../../../src/dm/impls/forest/p4est/pforest.c.html#DMView_VTK_pforest">DMView_VTK_pforest in src/dm/impls/forest/p4est/pforest.c</A><BR>
<A HREF="../../../src/dm/impls/forest/p4est/pforest.c.html#DMView_HDF5_pforest">DMView_HDF5_pforest in src/dm/impls/forest/p4est/pforest.c</A><BR>
<A HREF="../../../src/dm/impls/forest/p4est/pforest.c.html#DMView_GLVis_pforest">DMView_GLVis_pforest in src/dm/impls/forest/p4est/pforest.c</A><BR>
<A HREF="../../../src/dm/impls/forest/p4est/pforest.c.html#DMView_pforest">DMView_pforest in src/dm/impls/forest/p4est/pforest.c</A><BR>
<A HREF="../../../src/dm/impls/moab/dmmoab.cxx.html#DMView_Moab">DMView_Moab in src/dm/impls/moab/dmmoab.cxx</A><BR>
<A HREF="../../../src/dm/impls/network/network.c.html#DMView_Network">DMView_Network in src/dm/impls/network/network.c</A><BR>
<A HREF="../../../src/dm/impls/patch/patch.c.html#DMView_Patch">DMView_Patch in src/dm/impls/patch/patch.c</A><BR>
<A HREF="../../../src/dm/impls/plex/plex.c.html#DMView_Plex">DMView_Plex in src/dm/impls/plex/plex.c</A><BR>
<A HREF="../../../src/dm/impls/redundant/dmredundant.c.html#DMView_Redundant">DMView_Redundant in src/dm/impls/redundant/dmredundant.c</A><BR>
<A HREF="../../../src/dm/impls/shell/dmshell.c.html#DMView_Shell">DMView_Shell in src/dm/impls/shell/dmshell.c</A><BR>
<A HREF="../../../src/dm/impls/stag/stag.c.html#DMView_Stag">DMView_Stag in src/dm/impls/stag/stag.c</A><BR>
<A HREF="../../../src/dm/impls/swarm/swarm.c.html#DMView_Swarm">DMView_Swarm in src/dm/impls/swarm/swarm.c</A><BR>
<A HREF="../../../src/ksp/pc/impls/telescope/telescope_dmda.c.html#DMView_DA_Short_3d">DMView_DA_Short_3d in src/ksp/pc/impls/telescope/telescope_dmda.c</A><BR>
<A HREF="../../../src/ksp/pc/impls/telescope/telescope_dmda.c.html#DMView_DA_Short_2d">DMView_DA_Short_2d in src/ksp/pc/impls/telescope/telescope_dmda.c</A><BR>
<A HREF="../../../src/ksp/pc/impls/telescope/telescope_dmda.c.html#DMView_DA_Short">DMView_DA_Short in src/ksp/pc/impls/telescope/telescope_dmda.c</A><BR>
<BR><A HREF="./index.html">Index of all DM routines</A>
<BR><A HREF="../../index.html">Table of Contents for all manual pages</A>
<BR><A HREF="../singleindex.html">Index of all manual pages</A>
</BODY></HTML>
|