Discretization modules
DUNE has a modular structure and it is possible to write your own
discretization schemes based directly on the core modules. But there are
also a number of modules maintained by the
DUNE developers which add different discretization methods to the DUNE core
modules.
-
dune-FEM
is a discretization module
providing an implementation of mathematical abstractions
to solve PDEs on parallel computers including local grid adaptivity,
dynamic load balancing, and
higher order discretization schemes.
[Homepage,
Class Documentation, and
tutorial]
-
dune-fufem
is a discretization module that emphasizes simplicity and ease
of use over flexibility and performance. It is maintained by Carsten Gräser,
Uli Sack, and Oliver Sander.
-
dune-PDELab
is a new generalized discretization module for a wide range of
discretization methods. It allows rapid prototyping for implementing
discretizations and solvers for systems of PDEs based on DUNE.
[Homepage, and
Howto]
Older modules which are not maintained anymore
-
dune-disc (shapefunctions, discretization schemes, ...)
svn checkout https://svn.dune-project.org/svn/dune-disc/trunk dune-disc
[browse svn]