FasterCard is a C++ code for the (ideally) real-time solution of electrophysiology. The code implements a multi-front eikonal solver that adapts conduction velocity to the heart rate.
- Fast Marching Method
- Dijkstra algorithm
- [Mitchell and Shaeffer model] (https://pubmed.ncbi.nlm.nih.gov/12909250/)
- [Modified Mitchell and Shaeffer model] (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5082966/)
Edit the file makefile.def with the correct compilers and libray, then type:
make
and then press enter.
To remove the obect files (.o) only, just use the command:
make clean
while to clean all the installation:
make wipe
copy the template file data-template to a data (or whorever name you prefer) and edit the parameters for your simulation, then:
FasterCard -f data
to run the simulation, or
FasterCard -i -f data
For a dry run. It is possible to specify (and thus overwrite) some parameters from the command line. Look on the wiki for details.
Cesare Corrado [email protected] Nejib Zemzemi [email protected]
- A conduction velocity adapted eikonal model for electrophysiology problems with re-excitability evaluation
- [Spiral Waves Generation Using an Eikonal-Reaction Cardiac Electrophysiology Model] (https://link.springer.com/chapter/10.1007/978-3-030-78710-3_50)