1DUNE-library
2============
3
4DUNE, the Distributed and Unified Numerics Environment is a modular toolbox
5for solving partial differential equations with grid-based methods.
6
7The main intention is to create slim interfaces allowing an efficient use of
8legacy and/or new libraries. Using C++ techniques DUNE allows to use very
9different implementation of the same concept (i.e. grid, solver, ...) under
10a common interface with a very low overhead.
11
12DUNE was designed with flexibility in mind. It supports easy discretization
13using methods, like Finite Elements, Finite Volume and also Finite
14Differences.
15
16Dune-localfunctions
17-------------------
18This module provides interfaces and implementations for local
19finite element ansatz spaces, i.e., shape functions, associated
20interpolation functionals, and relation to grid entities.
21
22More information
23----------------
24
25Check dune-common for more details concerning dependencies, known bugs,
26license and installation.
27