Tutorials
Using DUNE
If you are new to Dune, check out the text on how to get started.
Installation and the build system
- Installation Notes for the DUNE core modules.
- Documentation on the CMake-based build system.
dune-common
- A description of the parallel communication interface is contained in the documentation directory of dune-common and will be built as part of the module if you have LaTeX installed.
dune-geometry
- A description of virtual refinement is contained in the documentation directory of dune-geometry and will be built as part of the module if you have LaTeX installed.
dune-grid
- A tutorial on the Dune grid interface is available in the dune-grid-howto module and will be built as part of the module if you have LaTeX installed.
- The view concept is the fundamental idea of the grid interface
dune-istl
- A tutorial on the ISTL solver library is contained in the documentation directory of dune-istl and will be built as part of the module if you have LaTeX installed.
