Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.82 KB

README.rst

File metadata and controls

56 lines (38 loc) · 1.82 KB

cbcbeat: an adjoint-enabled framework for computational cardiac electrophysiology

cbcbeat is a collection of Python-based solvers for cardiac electrophysiology models. cbcbeat offers basic and optimized solvers for the bidomain and monodomain equations coupled with cardiac cell models. cbcbeat is based on the FEniCS Project and dolfin-adjoint.

For more information visit http://cbcbeat.readthedocs.org

Installation:

See separate file ./INSTALL for how to install the cbcbeat module and a list of dependencies.

Documentation:

The cbcbeat documention is availble on readthedocs, see:

http://cbcbeat.readthedocs.org

For manually updating the API and demo documentation, run:

cd doc make html

assuming that cbcbeat and the optional dependency Sphinx (sphinx-doc.org) is installed.

Automated Testing:

cbcbeat uses Bitbucket Pipelines for automated and continuous testing:

https://bitbucket.org/meg/cbcbeat/addon/pipelines/home

License:

cbcbeat is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

cbcbeat is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.