Misplaced Pages

GetFEM++

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "GetFEM++" – news · newspapers · books · scholar · JSTOR (February 2014) (Learn how and when to remove this message)
The topic of this article may not meet Misplaced Pages's notability guidelines for products and services. Please help to demonstrate the notability of the topic by citing reliable secondary sources that are independent of the topic and provide significant coverage of it beyond a mere trivial mention. If notability cannot be shown, the article is likely to be merged, redirected, or deleted.
Find sources: "GetFEM++" – news · newspapers · books · scholar · JSTOR (February 2014) (Learn how and when to remove this message)
(Learn how and when to remove this message)
Contact simulation with GetFEM++
Original author(s)Yves Renard, Julien Pommier
Stable release5.4.2 / July 2022; 2 years ago (2022-07)
Repositorygit.savannah.nongnu.org/git/getfem.git
Written inC++
Operating systemUnix, Windows, Mac OS X
TypeFinite element library
LicenseGNU Lesser General Public License
Websitegetfem.org

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 hierarchical basis elements as well as XFEM elements.

Integration methods can be defined per mesh 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 predefined 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 formats 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.

Awards

In 2007, GetFEM++ received the second prize in the category of scientific software in the Les Trophées du Libre contest.

Literature

CFD Parallel Simulation Using Getfem++ and Mumps

References

  1. GetFEM++ user documentation
  2. "Les Trophées du Libre". www.tropheesdulibre.org. Archived from the original on 12 December 2007. Retrieved 12 January 2022.

External links

Numerical-analysis software
Free
Discontinued
Proprietary
Categories: