Choral
|
Activation time computation, see ode_output_mod. More...
![]() |
Variables | |
integer, parameter | choral_constants::act_no = -1 |
no computation More... | |
integer, parameter | choral_constants::act_0 = 0 |
Heaviside. More... | |
integer, parameter | choral_constants::act_1 = 1 |
linear interpolation More... | |
integer, parameter | choral_constants::act_2 = 2 |
quadratic interpolation More... | |
integer, parameter | choral_constants::act_4 = 4 |
bi-quadratic interpolation More... | |
Activation time computation, see ode_output_mod.
integer, parameter choral_constants::act_0 = 0 |
Heaviside.
Definition at line 412 of file choral_constants.f90.
integer, parameter choral_constants::act_1 = 1 |
linear interpolation
Definition at line 413 of file choral_constants.f90.
integer, parameter choral_constants::act_2 = 2 |
quadratic interpolation
Definition at line 414 of file choral_constants.f90.
integer, parameter choral_constants::act_4 = 4 |
bi-quadratic interpolation
Definition at line 415 of file choral_constants.f90.
integer, parameter choral_constants::act_no = -1 |
no computation
Definition at line 411 of file choral_constants.f90.