aboutsummaryrefslogtreecommitdiff
path: root/academic/FreeFem/README
diff options
context:
space:
mode:
authorFellype do Nascimento <fellype(at)gmail.com>2019-09-21 22:25:32 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-09-21 22:25:32 +0700
commitcf8191f45087d44be89dd6b4eb41021ac5c5340f (patch)
tree6eea6c2834efeba35b6a8e3169fff6a2bcd3f4f9 /academic/FreeFem/README
parent7dd6c37a54452fa8873db62f1e645dea3374af45 (diff)
academic/FreeFem: Added (non-linear multiphysics software).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/FreeFem/README')
-rw-r--r--academic/FreeFem/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/academic/FreeFem/README b/academic/FreeFem/README
new file mode 100644
index 0000000000000..99703a00637d1
--- /dev/null
+++ b/academic/FreeFem/README
@@ -0,0 +1,12 @@
+FreeFem is a high level multiphysics finite element software
+
+FreeFEM is a popular 2D and 3D partial differential equations (PDE) solver used
+by thousands of researchers across the world. It allows you to easily implement
+your own physics modules using the provided FreeFEM language. FreeFEM offers a
+large list of finite elements, like the Lagrange, Taylor-Hood, etc., usable in
+the continuous and discontinuous Galerkin method framework.
+
+FreeFEM has it own internal mesher, called BAMG, and is compatible with the best
+open-source mesh and visualization software like Tetgen, Gmsh, Mmg and ParaView.
+Written in C++ to optimize for speed, FreeFEM is interfaced with the popular
+mumps, PETSc and HPDDM solvers.