codac 1.5.6
Loading...
Searching...
No Matches
codac_capd_integrateODE.h File Reference
#include "codac_TubeVector.h"
#include "codac_TFunction.h"
#include "codac_IntervalVector.h"
#include "codac_Function.h"
Include dependency graph for codac_capd_integrateODE.h:

Go to the source code of this file.

Namespaces

namespace  codac
 FixPoint of a separator The fixpoint of a separator is computed by calling the "::"separate function on a given box until the Hausdorff distance between two iterations is less than a given ratio. This operation can be seen as a contractor on the boundary of the solution set.
 

Functions

TubeVector codac::CAPD_integrateODE (const Interval &tdomain, const Function &f, const IntervalVector &x0, double tube_dt=0., int capd_order=20, double capd_dt=0.)
 Integrates the autonomous ODE \(\dot{\mathbf{x}}=\mathbf{f}(\mathbf{x})\) using CAPD.
 
TubeVector codac::CAPD_integrateODE (const Interval &tdomain, const TFunction &f, const IntervalVector &x0, double tube_dt=0., int capd_order=20, double capd_dt=0.)
 Integrates the non-autonomous ODE \(\dot{\mathbf{x}}=\mathbf{f}(\mathbf{x},t)\) using CAPD.
 

Detailed Description

ODE integration tools based on CAPD

Date
2020
Author
Julien Damers
License: This program is distributed under the terms of
the GNU Lesser General Public License (LGPL).