ParaView

Here are the problems:

  1. Streamlines
  2. An igloo

I have fetched a pre-compiled version for Linux. To run it you should modify your unix path:
 
If you are using tcsh:
set path = ( $path /chalmers/sw/unsup64/paraview-4.2.0/bin )

If you are using bash:
export PATH=$PATH:/chalmers/sw/unsup64/paraview-4.2.0/bin

Start the program by typing paraview

You can find the ParaView User's Guide (433 pages, so do not print the whole manual) on the math file system:
/chalmers/sw/unsup64/paraview-4.2.0/doc/ParaViewManual.v4.2.pdf

There is also a tutorial (136 pages), together with some data to visualize, available from:
http://www.paraview.org/Wiki/The_ParaView_Tutorial



Back