Scroll to navigation

PYSPH_VIEWER(1) User Commands PYSPH_VIEWER(1)

NAME

pysph_viewer - viewer to view the output of results. Usage:

DESCRIPTION

Usage: pysph_viewer [-v] <trait1=value> <trait2=value> [files.npz]

If *.npz files are not supplied it will connect to a running solver, if not it will display the given files.

The arguments <trait1=value> are optional settings like host, port and authkey etc. The following traits are available:

-- hostname/IP address to connect to.
-- Port to connect to
-- authorization key to use.
-- time interval to refresh display
-- Set True/False, will pause running solver
supplied)
-- True/False: record movie, i.e. store screenshots of display.
-- True/False: Play all stored data files.
-- True/False: Loop over data files.

OPTIONS

--------

prints this message.
sets verbose mode which will print solver connection status failures on stdout.

Examples:: ----------

$ pysph_viewer interval=10 host=localhost port=8900
$ pysph_viewer foo.npz
$ pysph_viewer *.npz play=True loop=True

pysph_viewer [-v] <trait1=value> <trait2=value> [files.npz]

If *.npz files are not supplied it will connect to a running solver, if not it will display the given files.

The arguments <trait1=value> are optional settings like host, port and authkey etc. The following traits are available:

-- hostname/IP address to connect to.
-- Port to connect to
-- authorization key to use.
-- time interval to refresh display
-- Set True/False, will pause running solver
supplied)
-- True/False: record movie, i.e. store screenshots of display.
-- True/False: Play all stored data files.
-- True/False: Loop over data files.

--------

prints this message.
sets verbose mode which will print solver connection status failures on stdout.

Examples:: ----------

$ pysph_viewer interval=10 host=localhost port=8900
$ pysph_viewer foo.npz
$ pysph_viewer *.npz play=True loop=True

SEE ALSO

The full documentation for pysph_viewer is maintained as a Texinfo manual. If the info and pysph_viewer programs are properly installed at your site, the command

info pysph_viewer

should give you access to the complete manual.

December 2014 pysph_viewer Usage: