Skip to content

cesare-corrado/FasterCard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Faster Cardiology solver (FasterCard) V 1.1

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.

Eikonal solvers

  • Fast Marching Method
  • Dijkstra algorithm

Ionic models

Installation

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

Execution

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.

Developers

Cesare Corrado [email protected] Nejib Zemzemi [email protected]

Publications

About

A multi-front eikonal solver that adapts conduction velocity to the heart rate.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published