Choral
Variables

Activation time computation, see ode_output_mod. More...

Collaboration diagram for ACT_XXX:

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...
 

Detailed Description

Activation time computation, see ode_output_mod.

Variable Documentation

◆ act_0

integer, parameter choral_constants::act_0 = 0

Heaviside.

Definition at line 412 of file choral_constants.f90.

◆ act_1

integer, parameter choral_constants::act_1 = 1

linear interpolation

Definition at line 413 of file choral_constants.f90.

◆ act_2

integer, parameter choral_constants::act_2 = 2

quadratic interpolation

Definition at line 414 of file choral_constants.f90.

◆ act_4

integer, parameter choral_constants::act_4 = 4

bi-quadratic interpolation

Definition at line 415 of file choral_constants.f90.

◆ act_no

integer, parameter choral_constants::act_no = -1

no computation

Definition at line 411 of file choral_constants.f90.