Jump to content

GetFEM++

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Logari81 (talk | contribs) at 22:10, 25 February 2014 (Initital version of this article). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Original author(s)Yves Renard, Julien Pommier
Stable release
4.2 / 3 September 2012; 12 years ago (2012-09-03)
Operating systemUnix, Windows, Mac OS X
TypeFinite element library
LicenseGNU Lesser General Public License
Websitedownload.gna.org/getfem/html/homepage/index.html/

GetFem++ is a generic finite element C++ library with interfaces for Python, Matlab and Scilab. It aims at providing finite element methods and elementary matrix computations for solving linear and non-linear problems numerically. Its flexibility in choosing among different finite element approximations and numerical integration methods is one of its distinguishing characteristics.

License

GetFEM++ is released under the GNU Lesser General Public License, version 3 or later, along with the GCC Runtime Library Exception, version 3.1 or later.

Components

Gmm++ is a generic matrix template library included in GetFEM++, providing tools for elementary computations with dense and sparse matrices. Among the capabilities implemented in Gmm++ there is also an interface to the popular direct solver for sparse systems of linear equations MUMPS.

Mesh objects in GetFEM++ contain information about the geometric transformation and connectivity of mesh elements as well as methods for accessing user defined mesh regions.

Finite element methods can be defined per mesh or per element and they include a wide range of options like classical Lagrange elements Pk and Qk of arbitrary dimension and degree k, Hermite and Argyris elements, discontinuous Pk and Qk elements, vectorial and hierachical basis elements as well as XFEM elements.

Integration methods can be defined per meh or per element as well. The possible options include exact and approximated methods.

Combining so called brick objects, is the standard way of representing mathematical equations in GetFEM++. Such predifined bricks corresponding to common equation terms like elasticity, Helmholtz, Dirichlet condition and Neumann source terms are included in the software. Among other there is also a number of elaborated bricks related to contact mechanics, corresponding to different formulations of contact with or without friction.

The assembling procedures included in GetFEM++ aim at efficiently calculating the contribution of each brick to the global tangent matrix and right hand side term of the linearized system of equations.

Input/Output

GetFEM++ can read meshes provided in the native format of software like Gmsh, GiD and Ansys. It can export results in the legacy POS file format of Gmsh, the OpenDX file format and the legacy VTK file format.

Literature

References