Installing External Libraries
There are various external libraries that you can use together with DUNE. These include grid managers, file format libraries, fast linear algebra packages and more. On this page we list some of them and explain how they are obtained and installed.
Grid Managers
Name |
description |
ALBERTA |
A grid manager for 2d and 3d simplicial grid with bisection refinement. Needed to use the AlbertaGrid class. |
File I/O
Name |
description |
Gmsh |
An open-source finite element mesh generator with basic CAD capabilities. Meshes can be imported by Dune. |
Others
Name |
description |
psurface |
A library for handling boundary parametrizations. |
dune-istl
Name |
description |
SuperLU |
General purpose library for the direct solution of large, sparse, nonsymmetric systems. |
SuiteSparse |
Collection of sparse matrix algorithms and solvers. |