adapt_rk.h File Reference

CPP API: adapt_rk.h File Reference
adapt_rk.h File Reference
#include "memilio/math/integrator.h"
#include <cstdio>
#include <vector>
Include dependency graph for adapt_rk.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mio::RKIntegratorCore< FP >
 Two scheme Runge-Kutta numerical integrator with adaptive step width. More...
 
class  mio::Tableau< FP >
 Two scheme Runge-Kutta numerical integrator with adaptive step width for ODE y'(t) = f(t,y) which is given by y_{n+1} = y_n + h*\sum_{i=1}^lb_ik_{ni} with k_{ni} = f(t_n + c_i*h, y_n + h*\sum_{j=1}^{i-1}a_{ij}k_{nj}) where the general Butcher tableau is 0 | c_2 | a_{21} c_3 | a_{31} a_{32} ... More...
 
class  mio::TableauFinal< FP >
 

Namespaces

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