File: PetscViewerFormat.html

package info (click to toggle)
petsc 3.10.3%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 209,064 kB
  • sloc: ansic: 587,333; python: 29,696; makefile: 12,445; fortran: 11,626; f90: 9,677; cpp: 8,768; sh: 1,027; xml: 621; objc: 445; csh: 194; java: 13
file content (73 lines) | stat: -rw-r--r-- 6,285 bytes parent folder | download
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
<HTML>
<HEAD> <link rel="canonical" href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/Viewer/PetscViewerFormat.html" />
<META NAME="GENERATOR" CONTENT="DOCTEXT">
<TITLE>PetscViewerFormat</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
   <div id="version" align=right><b>petsc-3.10.3 2018-12-18</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.10.3 v3.10.3 docs/manualpages/Viewer/PetscViewerFormat.html "><small>Report Typos and Errors</small></a></div>
<A NAME="PetscViewerFormat"><H1>PetscViewerFormat</H1></A>
Way a viewer presents the object 
<H3><FONT COLOR="#CC3333">Synopsis</FONT></H3>
<PRE>
typedef enum {
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_DEFAULT</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_ASCII_MATLAB</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_ASCII_MATHEMATICA</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_ASCII_IMPL</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_ASCII_INFO</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_ASCII_INFO_DETAIL</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_ASCII_COMMON</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_ASCII_SYMMODU</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_ASCII_INDEX</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_ASCII_DENSE</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_ASCII_MATRIXMARKET</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_ASCII_VTK</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_ASCII_VTK_CELL</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_ASCII_VTK_COORDS</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_ASCII_PCICE</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_ASCII_PYTHON</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_ASCII_FACTOR_INFO</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_ASCII_LATEX</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_ASCII_XML</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_ASCII_GLVIS</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_DRAW_BASIC</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_DRAW_LG</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_DRAW_CONTOUR</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_DRAW_PORTS</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_VTK_VTS</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_VTK_VTR</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_VTK_VTU</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_BINARY_MATLAB</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_NATIVE</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_HDF5_PETSC</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_HDF5_VIZ</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_HDF5_XDMF</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_NOFORMAT</A>,
  <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PETSC_VIEWER_LOAD_BALANCE</A>
  } <A HREF="../Viewer/PetscViewerFormat.html#PetscViewerFormat">PetscViewerFormat</A>;
</PRE>

<P>
<H3><FONT COLOR="#CC3333">See Also</FONT></H3>
 <A HREF="../Viewer/PetscViewer.html#PetscViewer">PetscViewer</A>, <A HREF="../Viewer/PetscViewerType.html#PetscViewerType">PetscViewerType</A>, <A HREF="../Viewer/PetscViewerPushFormat.html#PetscViewerPushFormat">PetscViewerPushFormat</A>(), <A HREF="../Viewer/PetscViewerPopFormat.html#PetscViewerPopFormat">PetscViewerPopFormat</A>()
<BR><P><B></B><H3><FONT COLOR="#CC3333">Level</FONT></H3>beginner<BR>
<H3><FONT COLOR="#CC3333">Location</FONT></H3>
</B><A HREF="../../../src/sys/classes/viewer/../../../../include/petscviewer.h.html#PetscViewerFormat">src/sys/classes/viewer/../../../../include/petscviewer.h</A>
<P><H3><FONT COLOR="#CC3333">Examples</FONT></H3>
<A HREF="../../../src/vec/vec/examples/tutorials/ex3.c.html">src/vec/vec/examples/tutorials/ex3.c.html</A><BR>
<A HREF="../../../src/vec/is/sf/examples/tutorials/ex1.c.html">src/vec/is/sf/examples/tutorials/ex1.c.html</A><BR>
<A HREF="../../../src/vec/is/sf/examples/tutorials/ex1f.F90.html">src/vec/is/sf/examples/tutorials/ex1f.F90.html</A><BR>
<A HREF="../../../src/dm/impls/plex/examples/tutorials/ex1.c.html">src/dm/impls/plex/examples/tutorials/ex1.c.html</A><BR>
<A HREF="../../../src/dm/impls/plex/examples/tutorials/ex5.c.html">src/dm/impls/plex/examples/tutorials/ex5.c.html</A><BR>
<A HREF="../../../src/dm/impls/plex/examples/tutorials/ex1f90.F90.html">src/dm/impls/plex/examples/tutorials/ex1f90.F90.html</A><BR>
<A HREF="../../../src/dm/examples/tutorials/ex7.c.html">src/dm/examples/tutorials/ex7.c.html</A><BR>
<A HREF="../../../src/ksp/ksp/examples/tutorials/ex34.c.html">src/ksp/ksp/examples/tutorials/ex34.c.html</A><BR>
<A HREF="../../../src/ksp/ksp/examples/tutorials/ex54.c.html">src/ksp/ksp/examples/tutorials/ex54.c.html</A><BR>
<A HREF="../../../src/ksp/ksp/examples/tutorials/ex55.c.html">src/ksp/ksp/examples/tutorials/ex55.c.html</A><BR>
<A HREF="../../../src/ksp/ksp/examples/tutorials/ex56.c.html">src/ksp/ksp/examples/tutorials/ex56.c.html</A><BR>
<BR><A HREF="./index.html">Index of all Viewer 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>