|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
Electrical stimulation functions. More...
Go to the source code of this file.
Namespaces | |
| opencarp | |
| opencarp::stim_info | |
| opencarp::user_globals | |
Functions | |
| void | opencarp::init_stim_info (void) |
| uses potential for stimulation More... | |
| bool | opencarp::is_potential (stim_t type) |
| uses current for stimulation More... | |
| bool | opencarp::is_current (stim_t type) |
| uses current as stimulation More... | |
| bool | opencarp::is_dbc (stim_t type) |
| whether stimulus is a dirichlet type. implies boundary conditions on matrix More... | |
| bool | opencarp::is_extra (stim_t type) |
| whether stimulus is on extra grid (or on intra) More... | |
| void | opencarp::get_stim_list (const char *str_list, std::vector< double > &stlist) |
| void | opencarp::sample_wave_form (stim_pulse &sp, int idx) |
| sample a signal given in analytic form More... | |
Variables | |
| std::set< int > | opencarp::stim_info::potential_stim {Phi_ex, GND_ex, Phi_ex_ol} |
| std::set< int > | opencarp::stim_info::current_stim {I_tm, I_ex, I_in, I_lat} |
| std::set< int > | opencarp::stim_info::dbc_stim {Phi_ex, GND_ex, Phi_ex_ol} |
| std::map< int, std::string > | opencarp::stim_info::units |