flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
basic_rk_integrator.hpp File Reference

Integration of ODEs by Runge-Kutta. More...

#include <functional>
#include "rk.hpp"
Include dependency graph for basic_rk_integrator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  flexiblesusy::runge_kutta::Basic_rk_integrator< StateType, Derivs, Stepper >
 Class for integrating a system of first order ODEs. More...
 
class  flexiblesusy::runge_kutta::Basic_rk_stepper< StateType, Derivs >
 Class to carry out a 5th order Runge-Kutta step. More...
 

Namespaces

namespace  flexiblesusy
 
namespace  flexiblesusy::runge_kutta
 

Detailed Description

Integration of ODEs by Runge-Kutta.

Definition in file basic_rk_integrator.hpp.