Skip to content

Interface to parallel sparse direct solver MUMPS

License

Notifications You must be signed in to change notification settings

NGSolve/ngsMumps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Interface to parallel sparse direct solver MUMPS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published