Converts an image to trap data.
usage: image2chk.py [-h] [--stub stub] [--template str] [str]
ifile | input file |
--stub=sim | output file stub |
--template=template.inp | |
template input file |
Module author: Adam Gagorik <adam.gagorik@gmail.com>
Create csv files using data in checkpoint file.
usage: chk2csv.py [-h] [--stub STUB] [--positions] input
input | input file name |
--stub= | output file name stub |
--positions=False | |
use true positions |
Module author: Adam Gagorik <adam.gagorik@gmail.com>
Create vtk files for visualization using data in checkpoint file. Use a program such as paraview or mayavi to create contour isosurfaces of the vtu files, and glyphs of the vti files.
usage: chk2vtk.py [-h] [--stub STUB] input
input | input file name |
--stub= | output file name stub |
Module author: Adam Gagorik <adam.gagorik@gmail.com>