https://github.com/ngsolve/ngsmumps
Interface to parallel sparse direct solver MUMPS
https://github.com/ngsolve/ngsmumps
Last synced: 8 months ago
JSON representation
Interface to parallel sparse direct solver MUMPS
- Host: GitHub
- URL: https://github.com/ngsolve/ngsmumps
- Owner: NGSolve
- License: mit
- Created: 2024-11-09T08:39:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T17:32:51.000Z (over 1 year ago)
- Last Synced: 2025-10-06T01:49:36.764Z (8 months ago)
- Language: C++
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ngsMumps
Interface to parallel sparse direct solver MUMPS
**NGS-User:** You are installing regular releases of NGSolve
pip3 install git+https://github.com/NGSolve/ngsMumps.git
mpirun -np 4 python3 -m ngs_mumps.demos.example1
**NGS-Developer:** You are using pre-releases, or compile NGSolve yourself:
python -m pip install scikit-build-core pybind11_stubgen toml
pip3 install --no-build-isolation git+https://github.com/NGSolve/ngsMumps.git
mpirun -np 4 python3 -m ngs_mumps.demos.example1