stepper_wrapper.h File Reference

CPP API: stepper_wrapper.h File Reference
stepper_wrapper.h File Reference
#include "memilio/math/integrator.h"
#include "memilio/utils/logging.h"
#include "boost/numeric/odeint/external/eigen/eigen_algebra.hpp"
#include "boost/numeric/odeint/external/eigen/eigen_resize.hpp"
#include "boost/numeric/odeint/stepper/controlled_runge_kutta.hpp"
#include "boost/numeric/odeint/stepper/runge_kutta_fehlberg78.hpp"
#include "boost/numeric/odeint/stepper/runge_kutta_cash_karp54.hpp"
#include <boost/core/ref.hpp>
Include dependency graph for stepper_wrapper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mio::ControlledStepperWrapper< FP, ControlledStepper >
 This is an adaptive IntegratorCore. More...
 
class  mio::ExplicitStepperWrapper< FP, ExplicitStepper >
 This is a non-adaptive IntegratorCore. More...
 
struct  mio::details::step_adjuster< Value, Time >
 Extends the default_step_adjuster with a setter for dt_max. More...
 

Namespaces

 mio
 A collection of classes to simplify handling of matrix shapes in meta programming.
 
 mio::details