Download external DUNE modules
DUNE has a modular structure and it is possible to write
your own DUNE modules. This is a list of a few externally maintained
extension modules that we know about.
- dune-disc (shapefunctions, discretization schemes, ...)
svn checkout https://svn.dune-project.org/svn/dune-disc/trunk dune-disc
[browse svn]
-
dune-fem
(Alternative implementation of finite element functions)
[Homepage,
Class
Documentation]
-
dune-subgrid allows you to mark a subset of the elements of a given grid. This
subset can then be treated as a grid hierarchy in its own right.
Ask Oliver Sander for details.