- Notifications
You must be signed in to change notification settings - Fork0
Lightweight, general, scalable C++ library for finite element methods
License
NotificationsYou must be signed in to change notification settings
latug0/mfem
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Finite Element Discretization Library __ _ __ ___ / _| ___ _ __ ___ | '_ ` _ \ | |_ / _ \| '_ ` _ \ | | | | | || _|| __/| | | | | | |_| |_| |_||_| \___||_| |_| |_|https://mfem.orgMFEM is a modular parallel C++ library for finite element methods. Its goal isto enable high-performance scalable finite element discretization research andapplication development on a wide variety of platforms, ranging from laptops tosupercomputers.* For building instructions, see the file INSTALL, or type "make help".* Copyright and licensing information can be found in files LICENSE and NOTICE.* The best starting point for new users interested in MFEM's features is to review the examples and miniapps athttps://mfem.org/examples.* Developers interested in contributing to the library, should read the instructions and documentation in the CONTRIBUTING.md file.Conceptually, MFEM can be viewed as a finite element toolbox that provides thebuilding blocks for developing finite element algorithms in a manner similar tothat of MATLAB for linear algebra methods. In particular, MFEM provides supportfor arbitrary high-order H1-conforming, discontinuous (L2), H(div)-conforming,H(curl)-conforming and NURBS finite element spaces in 2D and 3D, as well as manybilinear, linear and nonlinear forms defined on them. It enables the quickprototyping of various finite element discretizations, including Galerkinmethods, mixed finite elements, Discontinuous Galerkin (DG), isogeometricanalysis, hybridization and Discontinuous Petrov-Galerkin (DPG) approaches.MFEM includes classes for dealing with a wide range of mesh types: triangular,quadrilateral, tetrahedral and hexahedral, as well as surface and topologicallyperiodical meshes. It has general support for mesh refinement, including localconforming and non-conforming (AMR) adaptive refinement. Arbitrary elementtransformations, allowing for high-order mesh elements with curved boundaries,are also supported.When used as a "finite element to linear algebra translator", MFEM can take aproblem described in terms of finite element-type objects, and produce thecorresponding linear algebra vectors and fully or partially assembled operators,e.g. in the form of global sparse matrices or matrix-free operators. The libraryincludes simple smoothers and Krylov solvers, such as PCG, MINRES and GMRES, aswell as support for sequential sparse direct solvers from the SuiteSparselibrary. Nonlinear solvers (the Newton method), eigensolvers (LOBPCG), andseveral explicit and implicit Runge-Kutta time integrators are also available.MFEM supports MPI-based parallelism throughout the library, and can readily beused as a scalable unstructured finite element problem generator. Starting withversion 4.0, MFEM offers support for GPU acceleration, and programming models,such as CUDA, HIP, OCCA, RAJA and OpenMP. MFEM-based applications requireminimal changes to switch from a serial to a highly-performant MPI-parallelversion of the code, where they can take advantage of the integrated linearsolvers from the hypre library. Comprehensive support for other externalpackages, e.g. PETSc, SUNDIALS and libCEED is also included, giving access toadditional linear and nonlinear solvers, preconditioners, time integrators, etc.For examples of using MFEM, see the examples/ and miniapps/ directories, as wellas the OpenGL visualization tool GLVis which is available athttps://glvis.org.MFEM is distributed under the terms of the BSD-3 license. All new contributionsmust be made under this license. See LICENSE and NOTICE for details.SPDX-License-Identifier: BSD-3-ClauseLLNL Release Number: LLNL-CODE-806117DOI: 10.11578/dc.20171025.1248
About
Lightweight, general, scalable C++ library for finite element methods
Resources
License
Stars
Watchers
Forks
Packages0
No packages published
Languages
- C++95.6%
- CMake2.1%
- Makefile0.9%
- C0.7%
- Shell0.3%
- Grammatical Framework0.2%
- Other0.2%