This repository implements linear solvers for the open-source software PorePy, using PETSc as the linear algebra backend.
The repository is a fork of https://github.com/pmgbergen/FTHM-Solver. Whereas the upstream repository is used for prototyping of solvers and production of papers, this repository aims to make the solvers robust and easily applicable in general PorePy models.
This package can be installed with
pip install -e .
It is assumed that working installations of PorePy and PETSc are available.
See the tutorial.