moose
mfem
moose | mfem | |
---|---|---|
4 | 7 | |
1,816 | 1,785 | |
2.0% | 2.6% | |
10.0 | 9.9 | |
1 day ago | 4 days ago | |
C++ | C++ | |
GNU Lesser General Public License v3.0 only | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
moose
-
Open-source FEA software
GitHub Discussions as their forum: https://github.com/idaholab/moose/discussions
-
Okay, let's end this Tabs vs Space debate once and for all
In our codebase ( https://github.com/idaholab/moose ) tabs are the first thing looked for in our continuous integration system. A tab will be an INSTANT fail.
- Nuclear Technology Devotes Entire Issue to MOOSE
-
Build Loop from SCM not Updating
git --version # timeout=10 git --version # 'git version 2.32.0' git ls-remote -h -- https://github.com/idaholab/moose.git # timeout=10 Found 7 remote heads on https://github.com/idaholab/moose.git [poll] Latest remote head revision on refs/heads/master is: 1d1b703aef983bb75174883f145cd0d26f10d167 Done. Took 0.18 sec Changes found ```
mfem
-
rodin alternatives - mfem and FreeFem-sources
7 projects | 8 Mar 2023
-
Generate MFEM initial mesh file using WELSIM
MFEM (mfem.org) is one of the most active open-source partial differential equation (PDE) solver projects in recent years. Although this open source package is positioned as a lightweight and scalable C++ library, it provides higher-order finite element spaces, supports mixed elements, discontinuous Galerkin elements, isogeometric analysis methods, and more. In particular, it has great advantages in high-performance computing, not only supports message passing interface (MPI) parallelism and shared memory parallelism (OpenMP), but also has good strength in GPU parallel computing. The built-in post-processing program GLVis can easily read and display the result files. The BSD-3 license is also extremely friendly to developers. Recently, MFEM supports Python programming, which makes the library more convenient for various types of researchers.
-
Open source / part time research in the world of HPC?
If you are looking for something more numerically intensive, check out MFEM: https://mfem.org. Lots of examples in the gallery there; lots of cool higher order curved meshes and physics problems to play with. Probably a higher learning curve than some of your other options.
-
How is it working at Idaho National Lab?
If you're interested in a FEM framework designed by computer scientists and mathematicians, MFEM has treated me well. Maybe just something to compare to.
-
Intact Solutions is hiring a Software Engineer
We currently have several solvers of our own, as well as interfacing with MPI capable solvers via mfem. We are currently a pre and post processor for several NASTRAN based solvers using our meshing free method.
-
What are some best open source FEA solvers that one can test their new element implementation in?
MFEM
-
Does anyone have open source C++ projects that I can try contributing to?
I’m working on MFEM. It is a Finite Element Method (FEM) library. Some of the work would require knowledge of the FEM but there’s a lot of stuff like implementing operators in vector classes that you could do too!
What are some alternatives?
Kratos - Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
dolfinx - Next generation FEniCS problem solving environment
elmerfem - Official git repository of Elmer FEM software
dealii - The development repository for the deal.II finite element library
gtoolkit - Glamorous Toolkit is the Moldable Development environment. It empowers you to make systems explainable through experiences tailored for each problem.
sparselizard - C++ FEM library | user-friendly | multi-physics | hp-adaptive | HPC
FEM - ⚡🧠A finite element Python implementation
csharp-mode - A major-mode for editing C# in emacs
slurm - Slurm: A Highly Scalable Workload Manager
difftaichi - 10 differentiable physical simulators built with Taichi differentiable programming (DiffTaichi, ICLR 2020)