This site is currently under development for the RSE-ops community.
Published:
Reading time: 1 min
PyMFEM provides Python binding for MFEM, a high-performance parallel finite element method (FEM) library. Installer (setup.py
) builds both MFEM and binding together. By default, pip install mfem
downloads and builds the serial version of MFEM and PyMFEM. Additionally, the installer supports building MFEM with specific options together with other external libraries, including MPI version.
Next post: Merlin Integrates Machine Learning into Scientific HPC Workflows
Previously: Hatchet 1.3.0 Released
Help improve its content by opening a Pull Request on GitHub.