academic/FreeFem: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-08 16:46:29 -04:00 committed by Willy Sudiarto Raharjo
parent b93bc3c89b
commit 61fb8dcb2d
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -1,12 +1,13 @@
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 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.
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.