You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- See the [documentation](https://edelweissfe.github.io/EdelweissMPM). -->
11
-
12
-
EdelweissMPM aims at an easy to understand, yet efficient implementation of the material point method.
13
-
Some features are:
14
-
15
-
* Python for non performance-critical routines
16
-
* Cython for performance-critical routines
17
-
* Parallelization
18
-
* Modular system, which is easy to extend
19
-
* Output to Paraview, Ensight, CSV, matplotlib
20
-
* Interfaces to powerful direct and iterative linear solvers
21
-
22
-
EdelweissMPM makes use of the [Marmot](https://github.com/MAteRialMOdelingToolbox/Marmot/) library for cells, material points and constitutive model formulations.
23
-
24
-
Please note that the current public EdelweissMPM requires Marmot cells and material points for being able to run simulations.
25
-
Marmot cells and material points are currently not open source. If you are interested in using them, please reach out to us.
4
+
# Important: This project has been moved to our new organization Edelweiss Numerics
0 commit comments