• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-1,3471,172

dune/H03-May-2022-35,07423,534

python/H03-May-2022-3022

.gitignoreH A D31-Aug-2021126 98

.gitlab-ci.ymlH A D31-Aug-20211.8 KiB3330

CHANGELOG.mdH A D31-Aug-20215.5 KiB11285

COPYINGH A D31-Aug-202119.8 KiB405339

INSTALLH A D31-Aug-20212.4 KiB7653

LICENSE.mdH A D31-Aug-202119.8 KiB405339

README.mdH A D31-Aug-2021960 2720

config.h.cmakeH A D31-Aug-20211.4 KiB4330

dune-localfunctions.pc.inH A D31-Aug-2021271 1614

dune.moduleH A D31-Aug-2021364 109

pyproject.tomlH A D31-Aug-2021165 43

setup.pyH A D31-Aug-2021161 76

README.md

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