openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <electrics.h>
Public Member Functions | |
Laplace () | |
void | initialize () |
void | destroy () |
void | compute_step () |
void | output_step () |
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... | |
![]() | |
virtual void | output_timings () |
Public Attributes | |
MaterialType | mtype [2] |
the material types of intra_grid and extra_grid grids. More... | |
SF::vector< stimulus > | stimuli |
the electrical stimuli More... | |
elliptic_solver | ellip_solver |
Solver for the elliptic bidomain equation. More... | |
igb_output_manager | output_manager |
class handling the igb output More... | |
![]() | |
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 |
Definition at line 373 of file electrics.h.
|
inline |
Definition at line 386 of file electrics.h.
|
virtual |
Implements opencarp::Basic_physic.
Definition at line 2119 of file electrics.cc.
|
virtual |
Implements opencarp::Basic_physic.
Definition at line 2116 of file electrics.cc.
|
virtual |
Implements opencarp::Basic_physic.
Definition at line 2033 of file electrics.cc.
|
virtual |
Implements opencarp::Basic_physic.
Definition at line 2143 of file electrics.cc.
|
virtual |
figure out units of a signal linked to a given timer
Implements opencarp::Basic_physic.
Definition at line 2156 of file electrics.cc.
|
virtual |
figure out current value of a signal linked to a given timer
Implements opencarp::Basic_physic.
Definition at line 2146 of file electrics.cc.
elliptic_solver opencarp::Laplace::ellip_solver |
Solver for the elliptic bidomain equation.
Definition at line 382 of file electrics.h.
MaterialType opencarp::Laplace::mtype[2] |
the material types of intra_grid and extra_grid grids.
Definition at line 377 of file electrics.h.
igb_output_manager opencarp::Laplace::output_manager |
class handling the igb output
Definition at line 384 of file electrics.h.
SF::vector<stimulus> opencarp::Laplace::stimuli |
the electrical stimuli
Definition at line 379 of file electrics.h.