Metadata-Version: 2.1
Name: cardiac-geometries
Version: 0.2.2
Summary: A python library for cardiac geometries
Home-page: https://github.com/ComputationalPhysiology/cardiac_geometries
Author: Henrik Finsberg
Author-email: henriknf@simula.no
License: MIT
Keywords: cardiac,geometry,mesh,gmsh
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: meshio
Requires-Dist: numpy
Requires-Dist: rich-click
Provides-Extra: dev
Requires-Dist: bump2version ; extra == 'dev'
Requires-Dist: ipython ; extra == 'dev'
Requires-Dist: pdbpp ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: jupyter-book ; extra == 'docs'
Requires-Dist: jupytext ; extra == 'docs'
Requires-Dist: sphinxcontrib-bibtex ; extra == 'docs'
Provides-Extra: mshr
Requires-Dist: ldrb ; extra == 'mshr'
Requires-Dist: mshr ; extra == 'mshr'
Provides-Extra: plot
Requires-Dist: fenics-plotly ; extra == 'plot'
Requires-Dist: matplotlib ; extra == 'plot'
Provides-Extra: pypi
Requires-Dist: build ; extra == 'pypi'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

# Cardiac Geometries

This is a library for creating idealized cardiac geometries in FEniCS using `gmsh`. There is also some functionality for doing this with `mshr`, however, `mshr` is not really supported anymore.

This package can also output analytic fiber orientations.

Please read the documentation at http://computationalphysiology.github.io/cardiac_geometries for more info.
