![]() |
Canoe
Comprehensive Atmosphere N' Ocean Engine
|
#include <integrators.hpp>
Public Attributes | |
| Real | delta |
| Real | gamma_1 |
| Real | gamma_2 |
| Real | gamma_3 |
| Real | beta |
| Real | sbeta |
| Real | ebeta |
| bool | main_stage |
| bool | orbital_stage |
Definition at line 7 of file integrators.hpp.
| Real IntegratorWeight::delta |
Definition at line 9 of file integrators.hpp.
| Real IntegratorWeight::gamma_1 |
low-storage coefficients to avoid double F() evaluation per
substage
Definition at line 11 of file integrators.hpp.
| Real IntegratorWeight::gamma_2 |
Definition at line 11 of file integrators.hpp.
| Real IntegratorWeight::gamma_3 |
Definition at line 12 of file integrators.hpp.
| Real IntegratorWeight::beta |
Definition at line 13 of file integrators.hpp.
| Real IntegratorWeight::sbeta |
Definition at line 15 of file integrators.hpp.
| Real IntegratorWeight::ebeta |
Definition at line 15 of file integrators.hpp.
| bool IntegratorWeight::main_stage |
Definition at line 16 of file integrators.hpp.
| bool IntegratorWeight::orbital_stage |
Definition at line 17 of file integrators.hpp.