You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

dune-fem

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dune-fem

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 Discontinuous Galerkin for evolution problems and virtual element methods are available as additional dune modules

2.10.0
pipPyPI
Maintainers
3

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/sphinx/content/sphinx/dune-fem/installation.html 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

git-4cef5c6f2f8de83d690b351b5a6752fac268cda6

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts