ParaView
Here are the problems:
- Getting acquainted
- Streamlines
- 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-3.10.1/bin )
If you are using bash:
export
PATH=$PATH://chalmers/sw/unsup64/paraview-3.10.1/bin
Start the program by typing
paraview
Here is the The ParaView Tutorial (for version 3.8).
