Skip to content

Paraview Visualization

Cameron Smith edited this page Sep 17, 2015 · 9 revisions

An embarrassingly parallel part surface extraction script using a MPI enabled build of pvpython follows. Download extractSurface.py and run it with the command:

mpirun -np numProcesses pvpython ./extractSurface.py /path/to/input/dir/someMesh.pvtu /path/to/output/dir

Assuming all goes well pvtp file and directories containing vtp files will be created in the /path/to/output/dir directory. It is critical that pvpython have MPI support. See the CCI wiki for info on the ParaView install.

Follow the CCI wiki instructions to visualize the *vtp files in Parallel on the CCI.

Clone this wiki locally