Skip to content
/ chb Public

Implementation of Cahn-Hilliard equations and extensions in the Fenics library.

License

Notifications You must be signed in to change notification settings

EStorvik/chb

Repository files navigation

build Code style: black License: Apache v2

CHB

Cahn-Hilliard-Biot Simulations

Installation

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]

Developing CHB

Use black, flake8 and isort formatting.

About

Implementation of Cahn-Hilliard equations and extensions in the Fenics library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages