How To Install Viper On Debian, Ubuntu And Raspbian?

How To Install Viper On Debian, Ubuntu And Raspbian?

viper

minimalistic scientific plotter and run-time visualization module

Install viper

  • Debian apt-get install python-viper Click to copy
  • Ubuntu apt-get install python-viper Click to copy
  • Raspbian apt-get install python-viper Click to copy

python-viper

minimalistic scientific plotter and run-time visualization module

Viper is a light??weight runtime visualization package for scalar and vector fields over unstructured meshes. The intended use is simple plotting, not advanced post??processing. As a consequence, Viper is mainly controlled by key??bindings, available when Viper is run in interactive mode. Viper can be used in two different modes; one mode that is stand-alone working with a simplified unstructured mesh format given by a vertex array and a cell-node connectivity array, and floating point numpy arrays representing either scalar or vector fields over the mesh. The other mode is tied to DOLFIN, aiming at providing that project a simple way of visualizing native DOLFIN data types such as dolfin::Mesh, dolfin::Function, and dolfin::MeshFunction.

Install the latest version of viper in Debian, Ubuntu and Raspbian from terminal. To install the viper just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of viper from the respository and install it in your computer/server.