#include "codac_TubeVector.h"
#include "codac_TFunction.h"
#include "codac_IntervalVector.h"
#include "codac_Function.h"
Go to the source code of this file.
|
| | 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.
|
| |
|
| 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. More...
|
| |
| 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. More...
|
| |
ODE integration tools based on CAPD
- Date
- 2020
- Author
- Julien Damers
- Copyright
- Copyright 2020 Codac
- License: This program is distributed under the terms of
- the GNU Lesser General Public License (LGPL).