Dune (mathematics software)

Source: Wikipedia, the free encyclopedia.
DUNE
Stable release
2.10.0[1] / October 23, 2024; 7 months ago (2024-10-23)
Written in
GPL (version 2) with "runtime exception"
Websitewww.dune-project.org

DUNE (Distributed and Unified Numerics Environment) is a modular

partial differential equations
using grid-based methods.

The DUNE library is divided into modules. In version 2.9 are the core modules

  • general classes and infrastructure: dune-common,
  • geometry classes: dune-geometry,
  • grid interface: dune-grid,
  • linear algebra classes: dune-istl,
  • local ansatz functions: dune-localfunctions.

In addition, there are several further modules, including some which have been developed by third parties.

History

The development of DUNE started in 2002 on the initiative of Prof. Bastian (Heidelberg University), Dr. Ohlberger (during his habilitation at the University of Freiburg), and Prof. Rumpf (then University of Duisburg-Essen). The aim was a development model which was not attached to a single university, in order to make the project attractive for a wide audience. For the same reason a license was chosen which allows DUNE together with proprietary libraries. While most of the developers still have a university background, others are providing commercial support for DUNE.[2]

Goals

What sets DUNE apart from other finite element programs is that right from the start the main design goal of DUNE was to allow the coupling of new and legacy codes efficiently. DUNE is primarily a set of

finite difference methods
are possible.

The central interface is the grid interface. It describes structured and unstructured grids of arbitrary dimension, both with manifold and non-manifold structure. Seven different implementations of the grid interface exist. Four of these are encapsulations of existing grid managers. It is hence possible to directly compare different grid implementations. Functionality for parallel programming is described too.

Implementation

Various C++ techniques such as

scientific computing. They allow the compiler
to eliminate most of the overhead introduced by the extra layer of abstraction. A high level of standard conformance is required for this from the compiler.

References

  1. ^ DUNE 2.10.0 released Dune project website. Last accessed February 11, 2024.
  2. ^ Dune Core Developer from the project website

Bibliography

  • Sander O (2020). DUNE — The Distributed and Unified Numerics Environment. Springer International Publishing. .