Skip to content

A mirror of the official repository.

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE.md
Unknown
COPYING
Notifications You must be signed in to change notification settings

dune-mirrors/dune-fem

Repository files navigation

DUNE-FEM

DUNE-FEM is a Distributed and Unified Numerics Environment module which defines interfaces for implementing discretization methods like Finite Element Methods (FEM) and Finite Volume Methods (FV) and Discontinuous Galerkin Methods (DG).

If you need help, please ask on our mailinglist. Bugs can also be submitted to the DUNE-FEM bugtracker instead.

Tutorial

A tutorial for the recently added Python bindings can be found here.

Installation

Using pip

dune-fem can be installed using the Package Index of Python (pip).

pip install dune-fem

See https://dune-project.org/doc/installation-pip/ for a more detailed description.

From source

For a full explanation of the DUNE installation process please read the installation notes.

When using the main branch observe the build status to make sure you get a working version.

Dependencies

DUNE-FEM requires a recent C++ compiler (e.g. g++ or clang), cmake, pkg-config (see DUNE installation for details) and depends on the following DUNE modules:

The following DUNE modules are suggested:

The following software is optional:

License

The DUNE-FEM library, headers and test programs are free open-source software, licensed under version 2 or later of the GNU General Public License.

See the file LICENSE for full copying permissions.

References

A detailed description of DUNE-FEM can be found in

About

A mirror of the official repository.

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE.md
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published