Choral
Variables

ODE operator splitting; see ode_opSplt_mod. More...

Collaboration diagram for ODE_OS_XXX:

Variables

integer, parameter choral_constants::ode_os_lie = 1
 
integer, parameter choral_constants::ode_os_strang = 2
 
integer, parameter choral_constants::ode_os_ruth = 3
 
integer, parameter choral_constants::ode_os_aks3 = 4
 
integer, parameter choral_constants::ode_os_yoshida = 5
 
integer, parameter choral_constants::ode_os_tot_nb = 5
 Number of operator splitting methods. More...
 

Detailed Description

ODE operator splitting; see ode_opSplt_mod.

Variable Documentation

◆ ode_os_aks3

integer, parameter choral_constants::ode_os_aks3 = 4

Definition at line 269 of file choral_constants.f90.

◆ ode_os_lie

integer, parameter choral_constants::ode_os_lie = 1

Definition at line 266 of file choral_constants.f90.

◆ ode_os_ruth

integer, parameter choral_constants::ode_os_ruth = 3

Definition at line 268 of file choral_constants.f90.

◆ ode_os_strang

integer, parameter choral_constants::ode_os_strang = 2

Definition at line 267 of file choral_constants.f90.

◆ ode_os_tot_nb

integer, parameter choral_constants::ode_os_tot_nb = 5

Number of operator splitting methods.

Definition at line 273 of file choral_constants.f90.

◆ ode_os_yoshida

integer, parameter choral_constants::ode_os_yoshida = 5

Definition at line 270 of file choral_constants.f90.