#include "petscsnes.h" #include "gsolver.h" int GSNESView(GSNES snes, PetscViewer viewer)Collective on GSNES
snes | - The grid SNES | |
viewer | - [Optional] A visualization context |
-snes_view : calls SNESView() at end of SNESSolve()
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
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