GSNESView

Views a grid SNES.

Synopsis

#include "petscsnes.h" 
#include "gsolver.h" 
int GSNESView(GSNES snes, PetscViewer viewer)
Collective on GSNES

Input Parameters

snes - The grid SNES
viewer - [Optional] A visualization context

Options Database Key

-snes_view : calls SNESView() at end of SNESSolve()

Notes

The available visualization contexts include
  VIEWER_STDOUT_SELF - standard output (default)
  VIEWER_STDOUT_WORLD - synchronized standard
    output where only the first processor opens
    the file.  All other processors send their 
    data to the first processor to print. 

The user can open alternative vistualization contexts with

  PetscViewerFileOpenASCII() - output vector to a specified file

Keywords

grid SNES, view, visualize

See Also

SNESView()

Level:beginner
Location:
src/gsolver/interface/gsnes.c
Index of all GSolver routines
Table of Contents for all manual pages
Index of all manual pages