diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-03-15 01:53:01 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-03-15 01:53:01 +0000 |
commit | 9d19f9e4dc26d00eaf16c01bbcc5d0dca147cd45 (patch) | |
tree | 21489ba231c7b3cbd17ac3a1b18a97bd8c97c2c2 /math/dune-functions/pkg-descr | |
parent | sysutils/slurm-wlm: Patch build system for clang/lld 10 (diff) |
New port: math/dune-functions: DUNE framework: Abstraction layer for global finite element functions
Diffstat (limited to 'math/dune-functions/pkg-descr')
-rw-r--r-- | math/dune-functions/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/dune-functions/pkg-descr b/math/dune-functions/pkg-descr new file mode 100644 index 000000000000..38b21a73c724 --- /dev/null +++ b/math/dune-functions/pkg-descr @@ -0,0 +1,8 @@ +dune-functions is a module of the DUNE Numerics framework for solving +partial differential equations (PDEs) with grid-based methods. + +dune-functions provides an abstraction layer for global finite element +functions. Its two main concepts are functions implemented as callable +objects, and bases of finite element spaces. + +WWW: https://www.dune-project.org/ |