openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <electrics.h>
Public Member Functions | |
LAT_detector () | |
constructor, sets up basic datastructs from global_params More... | |
void | init (sf_vec &vm, sf_vec &phie, int offset) |
initializes all datastructs after electric solver setup More... | |
int | check_acts (double tm) |
check activations at sim time tm More... | |
int | check_quiescence (double tm, double dt) |
check for quiescence More... | |
void | output_initial_activations () |
output one nodal vector of initial activation time More... | |
Public Attributes | |
SF::vector< Activation > | acts |
SF::index_mapping< mesh_int_t > | petsc_to_nodal |
Sentinel | sntl |
Definition at line 195 of file electrics.h.
opencarp::LAT_detector::LAT_detector | ( | ) |
constructor, sets up basic datastructs from global_params
Definition at line 1341 of file electrics.cc.
int opencarp::LAT_detector::check_acts | ( | double | tm | ) |
check activations at sim time tm
Definition at line 1584 of file electrics.cc.
int opencarp::LAT_detector::check_quiescence | ( | double | tm, |
double | dt | ||
) |
check for quiescence
Definition at line 1639 of file electrics.cc.
initializes all datastructs after electric solver setup
Definition at line 1469 of file electrics.cc.
void opencarp::LAT_detector::output_initial_activations | ( | ) |
output one nodal vector of initial activation time
output initial activations of a lat
Definition at line 1748 of file electrics.cc.
SF::vector<Activation> opencarp::LAT_detector::acts |
Definition at line 208 of file electrics.h.
SF::index_mapping<mesh_int_t> opencarp::LAT_detector::petsc_to_nodal |
Definition at line 209 of file electrics.h.
Sentinel opencarp::LAT_detector::sntl |
Definition at line 210 of file electrics.h.