#include "petscts.h" #include "gsolver.h" int GTSView(GTS ts, PetscViewer viewer)Collective on GTS
-ts_view : calls TSView() at end of TSSolve()
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/gts.c
Index of all GSolver routines
Table of Contents for all manual pages
Index of all manual pages