RCS Header: /cvsroot/petscgraphics/tsview.c,v 1.43 2006/01/30 04:53:58 hazelsct Exp
Included Files
- #include "illuminator.h"
- #include </usr/lib/petsc/include/petscda.h>
- #include </usr/include/glib-2.0/glib.h>
- #include </usr/include/gtk-2.0/gtk/gtk.h>
- #include <readline/readline.h>
- #include <readline/history.h>
Preprocessor definitions
#define HELP_STRING "tsview commands:\n <enter> Display next timestep\n b Display previous timestep\n i increment Set the next timestep increment\n ### Jump to timestep ###\n t Toggle Geomview transparency (3-D only)\n v Change field displayed (3-D only)\n d Dump geomview to picture (3-D only), creates basename-f%d.ppm\n a Dump all timesteps to pictures (3-D only)\n p [v1 v2 ...] Set contour values for plotting or \"auto\" (3-D only)\n r Reloads entries in a directory\n s size Set maximum dimension of PETSc viewer windows (2-D only)\n cx, cy, cz Toggle xcut, ycut, zcut (cut last row/plane of periodic DA)\n gx30-90, y,z Set plot x range to 30-90, same for y and z\n h/? Print this information\n q/x Quit tsview\n"
#define DPRINTF( fmt, args... )
#define __FUNCT__ "myfilter"
#define __FUNCT__ "main"
char* basefilename
Local Variables
help
static char help[]
line_read
static char* line_read
int PetscSynchronizedFReadline ( MPI_Comm comm, char* message, char* string )
int main ( int argc, char* argv[] )
- int main
-
- int argc
-
- char* argv[]
-
int myfilter ( const struct dirent* direntry )
- int myfilter
-
- const struct dirent* direntry
-
char* rl_gets ( char* message )