fenicsx-pulse#
fenicsx-pulse
is a cardiac mechanics solver based on FEniCSx. It is a successor of pulse
which is a cardiac mechanics solver based on FEniCS.
Documentation: https://finsberg.github.io/fenicsx-pulse/
Source code: finsberg/fenicsx-pulse
Install#
You can install the library with pip
python3 -m pip install fenicsx-pulse
or with conda
conda install -c conda-forge fenicsx-pulse
Note that installing with pip
requires FEniCSx already installed
We also provide a pre-built docker image with FEniCSx and fenicsx_pulse
installed. You pull this image using the command
docker pull ghcr.io/finsberg/fenicsx-pulse:v0.3.1
Getting started#
Checkout out the demos in the documentation
Contributing#
See https://finsberg.github.io/fenicsx-pulse/CONTRIBUTING.html