https://github.com/ngsolve/ngshypre
Hypre - parallel AMG preconditioner interface to NGSolve
https://github.com/ngsolve/ngshypre
Last synced: 8 months ago
JSON representation
Hypre - parallel AMG preconditioner interface to NGSolve
- Host: GitHub
- URL: https://github.com/ngsolve/ngshypre
- Owner: NGSolve
- License: mit
- Created: 2024-05-09T18:43:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T07:15:21.000Z (almost 2 years ago)
- Last Synced: 2024-06-22T00:34:19.275Z (almost 2 years ago)
- Language: C++
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ngsHypre
This project provides an interface to the MPI-parallel solver package [Hypre](https://hypre.readthedocs.io/en/latest/)
**NGS-User:** You are installing regular releases of NGSolve
pip3 install git+https://github.com/NGSolve/ngsHypre.git
mpirun -np 4 python3 -m ngs_hypre.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/ngsHypre.git
mpirun -np 4 python3 -m ngs_hypre.demos.example1