|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <ionics.h>
Public Member Functions | |
| Ionics (mesh_t gid) | |
| void | initialize () |
| void | destroy () |
| void | compute_step () |
| void | output_step () |
| ~Ionics ()=default | |
| double | timer_val (const int timer_id) |
| figure out current value of a signal linked to a given timer More... | |
| std::string | timer_unit (const int timer_id) |
| figure out units of a signal linked to a given timer More... | |
Public Member Functions inherited from opencarp::Basic_physic | |
| virtual void | output_timings () |
Public Attributes | |
| limpet::MULTI_IF * | miif = NULL |
| mesh_t | ion_domain |
| generic_timing_stats | comp_stats |
Public Attributes inherited from opencarp::Basic_physic | |
| const char * | name = NULL |
| The name of the physic, each physic should have one. More... | |
| FILE_SPEC | logger = NULL |
| The logger of the physic, each physic should have one. More... | |
| int | timer_idx = -1 |
| the timer index received from the timer manager More... | |
| double | initialize_time = 0.0 |
| double | compute_time = 0.0 |
| double | output_time = 0.0 |
|
default |
|
virtual |
Implements opencarp::Basic_physic.
Definition at line 35 of file ionics.cc.
|
virtual |
Implements opencarp::Basic_physic.
Definition at line 52 of file ionics.cc.
|
virtual |
Implements opencarp::Basic_physic.
Definition at line 60 of file ionics.cc.
|
virtual |
Implements opencarp::Basic_physic.
|
virtual |
figure out units of a signal linked to a given timer
determine unit of a stimulus
Implements opencarp::Basic_physic.
|
virtual |
figure out current value of a signal linked to a given timer
determine current value of a stimulus signal
Implements opencarp::Basic_physic.
| generic_timing_stats opencarp::Ionics::comp_stats |
| limpet::MULTI_IF* opencarp::Ionics::miif = NULL |