Choral
|
ODE operator splitting; see ode_opSplt_mod. More...
![]() |
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... | |
ODE operator splitting; see ode_opSplt_mod.
integer, parameter choral_constants::ode_os_aks3 = 4 |
Definition at line 269 of file choral_constants.f90.
integer, parameter choral_constants::ode_os_lie = 1 |
Definition at line 266 of file choral_constants.f90.
integer, parameter choral_constants::ode_os_ruth = 3 |
Definition at line 268 of file choral_constants.f90.
integer, parameter choral_constants::ode_os_strang = 2 |
Definition at line 267 of file choral_constants.f90.
integer, parameter choral_constants::ode_os_tot_nb = 5 |
Number of operator splitting methods.
Definition at line 273 of file choral_constants.f90.
integer, parameter choral_constants::ode_os_yoshida = 5 |
Definition at line 270 of file choral_constants.f90.