Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GetFEM to the Finite Elements list #86

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

logari81
Copy link

@logari81 logari81 commented May 3, 2023

GetFEM is similar to FEniCS, Firedrake and FreeFEM, already in the list, but it has its own strengths:

  • Good support for modelling of contact problems
  • C++ API, as well as support for several scripting languages Python/Octave/Matlab
  • A weak form language which is isolated from the programming language
  • Support for XFEM and for working with non-matching meshes in general

GetFEM is easy to try out, but also suitable for creating large models:

  • is available on Debian/Ubuntu/Docker
  • has large collection of examples
  • imports meshes created with gmsh, gid or ANSYS
  • supports parallel distributed assemblies with OpenMPI
  • it is one of the oldest public FE codes (over 20 years as open source), but it has been continuously maintained and modernized

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant