Loading [MathJax]/extensions/TeX/AMSsymbols.js
CoolProp  6.7.1dev
An open-source fluid property and humid air property database
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
ODEIntegrators.h File Reference
#include <vector>

Go to the source code of this file.

Classes

class  ODEIntegrators::AbstractODEIntegrator
 The abstract class defining the interface for the integrator routines. More...
 

Namespaces

 ODEIntegrators
 

Functions

bool ODEIntegrators::AdaptiveRK54 (AbstractODEIntegrator &ode, double tmin, double tmax, double hmin, double hmax, double eps_allowed, double step_relax)
 Use the adaptive Runge-Kutta integrator to integrate a system of differential equations. More...