Cahn-Hilliard-Biot Simulations
CHB is developed under Python 3.10. Clone the repository from github and enter the chb folder. Then, run the following command to install:
pip install .
To install chb as editable (recommended), along with the tools to develop and run tests, run the following in your virtual environment:
$ pip install -e .[dev]
Use black, flake8 and isort formatting.