GTSView

Views a grid TS.

Synopsis

#include "petscts.h" 
#include "gsolver.h" 
int GTSView(GTS ts, PetscViewer viewer)
Collective on GTS

Input Parameters

ts -The grid TS
viewer -An optional visualization context

Options Database Key

-ts_view : calls TSView() at end of TSSolve()

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

view, visualize, output, print, write, draw

See Also

TSView()

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