diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2017-10-09 18:02:44 +0100 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2017-10-09 18:02:44 +0100 |
commit | 21f5f9172863f91e6690db528dec99420a9e66dd (patch) | |
tree | 651ddabed06c903c6ea5ac6a8197b5037d32a0e1 | |
parent | 945b4590b855c783b32e5ac47cf713201896c39d (diff) | |
download | tweed-21f5f9172863f91e6690db528dec99420a9e66dd.tar.gz |
add ParaView
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | tweed.nix | 7 |
2 files changed, 6 insertions, 2 deletions
@@ -80,6 +80,7 @@ following applications: 2. [FreeCAD](http://www.freecadweb.org/)---3D modelling 3. [Gmsh](http://gmsh.info/)---grid generation 4. [FEniCS](https://fenicsproject.org/)---numerical simulation +5. [ParaView](https://www.paraview.org/)---post processing The directory structure for a typical *TWEED* installation is shown in the @@ -17,6 +17,9 @@ with (import <nixpkgs> {}); { - inherit fontconfig freecad; - inherit libdrm libpciaccess; + inherit fontconfig + freecad + libdrm + libpciaccess + paraview; } |