- Home
- About DUNE
- Download
- Documentation
- Community
- Development
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 (i.e. grids, solvers, ...) using a common interface at a very low overhead. Thus DUNE ensures efficiency in scientific computations and supports high-performance computing applications.
ALUGrid version 1.11 has been released. We found a bug in the border-border communication. See the ChangeLog file for more details. The new version is available from the ALUGrid page.
29. 7. 2008
There is a new mailing list dune-disc-commit which all commit messages for the dune-disc package will be sent over. Please subscribe if you are interested in dune-disc development.
17. 6. 2008
We are pleased to announce the release of Version 1.1 of the "Distributed and Unified Numerics Environment" (DUNE) (download).
DUNE is free software licensed under the GPL (version 2) with a so-called "runtime exception". 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 changes to from version 1.0 to version 1.1 are listed in the release notes. For detailed information a file containing the differences of the source file from each core module is available in the download directory.
9. 04. 2008
Last Change: Dec 12 2007 20:53 by Christian Engwer