walkersw / VTKwrite

Python package to write VTK files in XML format, including time series *without* PVD files
GNU General Public License v3.0
10 stars 4 forks source link

VTKwrite

Python package to write VTK files in XML format

https://github.com/paulo-herrera/PyEVTK

Local Install Help

If you need to make a "local" install (because you are not an administrator), then the install command will look like:

python setup.py install --prefix ~/.local

where you need to modify the ~/.local text to reflect your system setup.

Note: the command above will install it to this directory: ~/.local/lib/python3.x/site-packages/

Usage

After installing, go to the ./examples/ sub-directory and do this:

python runall.py run

to run the examples; you can also do

python runall.py clean

to delete the output.

The individual Python files should give you enough information to use this package.