Choral
Variables

ODE problems, See ode_problem_mod. More...

Collaboration diagram for ODE_PB_XXX:

Variables

integer, parameter choral_constants::ode_pb_lin = 1
 Linear ODE : \( M dV/dt = -S V \). More...
 
integer, parameter choral_constants::ode_pb_nl = 2
 Non-Linear ODE system: \( dY_i/dt = F_i(x,t,Y)\) , \( i = 1 \dots Q \). More...
 
integer, parameter choral_constants::ode_pb_sl = 3
 SemiLinear ODE : \( M dV/dt = -S V + M F_N(x,t,Y) \) with \( V = Y_N \). More...
 
integer, parameter choral_constants::ode_pb_sl_nl = 4
 SemiLinear ODE coupled with a non-linear ODE system \( dY_i/dt = F_i(x,t,Y) \) for \( i = 1 \dots N-1 \) \( M dV/dt = -S V + F_N(x,t,Y)\) with \( V = Y_N\). More...
 
integer, parameter choral_constants::ode_pb_tot_nb = 4
 Number of ode problem types. More...
 

Detailed Description

ODE problems, See ode_problem_mod.

Variable Documentation

◆ ode_pb_lin

integer, parameter choral_constants::ode_pb_lin = 1

Linear ODE : \( M dV/dt = -S V \).

Definition at line 226 of file choral_constants.f90.

◆ ode_pb_nl

integer, parameter choral_constants::ode_pb_nl = 2

Non-Linear ODE system: \( dY_i/dt = F_i(x,t,Y)\) , \( i = 1 \dots Q \).

Definition at line 229 of file choral_constants.f90.

◆ ode_pb_sl

integer, parameter choral_constants::ode_pb_sl = 3

SemiLinear ODE : \( M dV/dt = -S V + M F_N(x,t,Y) \) with \( V = Y_N \).

Definition at line 234 of file choral_constants.f90.

◆ ode_pb_sl_nl

integer, parameter choral_constants::ode_pb_sl_nl = 4

SemiLinear ODE coupled with a non-linear ODE system \( dY_i/dt = F_i(x,t,Y) \) for \( i = 1 \dots N-1 \) \( M dV/dt = -S V + F_N(x,t,Y)\) with \( V = Y_N\).

Definition at line 241 of file choral_constants.f90.

◆ ode_pb_tot_nb

integer, parameter choral_constants::ode_pb_tot_nb = 4

Number of ode problem types.

Definition at line 244 of file choral_constants.f90.