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

Integration of ODEs using the Runge-Kutta-Fehlberg method. More...

#include "error.hpp"
#include <string>
#include <Eigen/Core>
Include dependency graph for rkf_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::RKF_integrator::DisabledOdeintError
 
class  flexiblesusy::runge_kutta::RKF_integrator
 Class for integrating ODEs using a Runge-Kutta-Fehlberg method. More...
 
struct  flexiblesusy::runge_kutta::RKF_integrator::RKF_observer
 

Namespaces

namespace  flexiblesusy
 
namespace  flexiblesusy::runge_kutta
 

Detailed Description

Integration of ODEs using the Runge-Kutta-Fehlberg method.

Definition in file rkf_integrator.hpp.