petsc-3.3-p7 2013-05-11

PetscViewerCreate

Creates a viewing context

Synopsis

#include "petscsys.h" 
PetscErrorCode  PetscViewerCreate(MPI_Comm comm,PetscViewer *inviewer)
Collective on MPI_Comm

Input Parameter

comm -MPI communicator

Output Parameter

inviewer -location to put the PetscViewer context

See Also

PetscViewerDestroy(), PetscViewerSetType()

Level:advanced
Location:
src/sys/viewer/interface/viewreg.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/sys/viewer/examples/tutorials/ex1.c.html
src/ksp/ksp/examples/tutorials/ex43.c.html
src/snes/examples/tutorials/ex12.c.html
src/snes/examples/tutorials/ex62.c.html