flexiblesusy::runge_kutta::Basic_rk_stepper< StateType, Derivs > Class Template Reference Class to carry out a 5th order Runge-Kutta step. More...
Inheritance diagram for flexiblesusy::runge_kutta::Basic_rk_stepper< StateType, Derivs >:
![]()
Collaboration diagram for flexiblesusy::runge_kutta::Basic_rk_stepper< StateType, Derivs >:
![]()
Detailed Descriptiontemplate<typename StateType, typename Derivs> class flexiblesusy::runge_kutta::Basic_rk_stepper< StateType, Derivs > Class to carry out a 5th order Runge-Kutta step.
Definition at line 43 of file basic_rk_integrator.hpp. Member Function Documentation◆ runge_kutta_step()
template<typename StateType , typename Derivs >
Carries out a single 5th order Runge-Kutta step. The step is calculated using the given fixed step-size. In addition to returning the estimate for the parameters at the next step, an estimate for the error is also returned.
Definition at line 68 of file basic_rk_integrator.hpp. References flexiblesusy::runge_kutta::rungeKuttaStep(). ◆ step()
template<typename StateType , typename Derivs >
Carries out a variable step-size Runge-Kutta step. The initial values of the independent and dependent variables are updated to their new values after calling this function, i.e., the vector
Definition at line 93 of file basic_rk_integrator.hpp. References flexiblesusy::runge_kutta::odeStepper(). The documentation for this class was generated from the following file: Generated on Sun Apr 6 2025 11:10:38 for FlexibleSUSY by |