DUNE Numerics
DUNE
DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD).

DUNE is free software licensed under the GPL (version 2) with a so called “runtime exception” (see license). This licence is similar to the one under which the libstdc++ libraries are distributed. Thus it is possible to use DUNE even in proprietary software.
The underlying idea of DUNE is to create slim interfaces allowing an efficient use of legacy and/or new libraries. Modern C++ programming techniques enable very different implementations of the same concept using a common interface at a very low overhead. Thus DUNE ensures efficiency in scientific computations and supports high-performance computing applications.
Particular highlights are
- a generic grid interface, allowing to interface a range of very different grid implementations
- the Iterative Solver Template Library, featuring an algebraic multigrid preconditioner
- Highlevel interfaces for trial and test functions and generic discretization modules
- Python binding for the full grid interface and a flexible concept to provide bindings for user modules.
Latest News 
DUNE@Enumath
DUNE@Enumath
This years Enumath conference (European Conference on Numerical Mathematics and Advanced Applications) took place in Lison, Portugal.
Many interesting presentations involved simulations performed with DUNE. Furthermore we took the chance to meet and discuss in person with several DUNE developers and users from all over Europe.
Dune User Meeting Sept. 18-19, 2023
We are organizing the 7th DUNE user meeting at the Technical University Dresden September 18-19, 2023. Directly afterwards the developer meeting will take place September 19-20, 2023.
This meeting offers a chance to showcase how you are using Dune, foster collaborations between the users and provide input to the future development of Dune. The meeting also welcomes contributions from other frameworks such as DuMuX, AMDiS and OPM that are using Dune.
To help the organizers please choose to register soon on the user meeting page and the developer meeting page. You will also find more information about the meetings there.
Please note that the official registration deadline is August 19, 2023.
DUNE 2.9.0 released
The 2.9.0 release is now available.
You can download the tarballs (
dune-common,
dune-geometry,
dune-grid,
dune-localfunctions,
dune-istl
) or checkout the v2.9.0
tag via Git.
Pip packages are also available which can be installed using pip
.
Please go and test, and report any problems that you encounter.
DUNE 2.9.0rc1 ready for testing
The first release candidate for the upcoming 2.9.0 release is now
available. You can download the tarballs (
dune-common,
dune-geometry,
dune-grid,
dune-localfunctions,
dune-istl
) or checkout the v2.9.0rc1
tag via Git.
Please go and test, and report any problems that you encounter.
Dune 2.8.0 Released
Dune 2.8.0 has been
released. You can download the tarballs or checkout the v2.8.0
tag via Git.
Included in the release are the core modules (dune-common, dune-geometry, dune-grid, dune-istl, dune-localfunctions) and at this point in time the dune-uggrid, dune-typetree, and dune-functions module. Details on the changes can be found in the release notes.
