Validated integrator for ODEs based on Taylor models with ellipsoidal remainder term.
More...
|
| Tmatrix< Interval > | boundQ () const |
| |
| | EllipsoidalIntegrator () |
| |
| | EllipsoidalIntegrator (const DifferentialEquation &rhs_, const int &N_=3) |
| |
| | EllipsoidalIntegrator (const EllipsoidalIntegrator &arg) |
| |
| template<typename T > |
| Tmatrix< Interval > | getStateBound (const Tmatrix< T > &x) const |
| |
| returnValue | init (const DifferentialEquation &rhs_, const int &N_=3) |
| |
| Tmatrix< Interval > | integrate (double t0, double tf, int M, const Tmatrix< Interval > &x) |
| |
| Tmatrix< Interval > | integrate (double t0, double tf, int M, const Tmatrix< Interval > &x, const Tmatrix< Interval > &p) |
| |
| Tmatrix< Interval > | integrate (double t0, double tf, int M, const Tmatrix< Interval > &x, const Tmatrix< Interval > &p, const Tmatrix< Interval > &w) |
| |
| template<typename T > |
| returnValue | integrate (double t0, double tf, Tmatrix< T > *x, Tmatrix< T > *p=0, Tmatrix< T > *w=0) |
| |
| virtual EllipsoidalIntegrator & | operator= (const EllipsoidalIntegrator &arg) |
| |
| template<typename T > |
| double | step (const double &t, const double &tf, Tmatrix< T > *x, Tmatrix< T > *p=0, Tmatrix< T > *w=0) |
| |
| virtual | ~EllipsoidalIntegrator () |
| |
| int | addLogRecord (LogRecord &_record) |
| |
| returnValue | addOption (OptionsName name, int value) |
| |
| returnValue | addOption (OptionsName name, double value) |
| |
| returnValue | addOption (uint idx, OptionsName name, int value) |
| |
| returnValue | addOption (uint idx, OptionsName name, double value) |
| |
| returnValue | addOptionsList () |
| |
| | AlgorithmicBase () |
| |
| | AlgorithmicBase (UserInteraction *_userInteraction) |
| |
| | AlgorithmicBase (const AlgorithmicBase &rhs) |
| |
| returnValue | get (OptionsName name, int &value) const |
| |
| returnValue | get (OptionsName name, double &value) const |
| |
| returnValue | get (OptionsName name, std::string &value) const |
| |
| returnValue | get (uint idx, OptionsName name, int &value) const |
| |
| returnValue | get (uint idx, OptionsName name, double &value) const |
| |
| returnValue | getAll (LogName _name, MatrixVariablesGrid &values) const |
| |
| returnValue | getFirst (LogName _name, DMatrix &firstValue) const |
| |
| returnValue | getFirst (LogName _name, VariablesGrid &firstValue) const |
| |
| returnValue | getLast (LogName _name, DMatrix &lastValue) const |
| |
| returnValue | getLast (LogName _name, VariablesGrid &lastValue) const |
| |
| Options | getOptions (uint idx) const |
| |
| BooleanType | haveOptionsChanged () const |
| |
| BooleanType | haveOptionsChanged (uint idx) const |
| |
| AlgorithmicBase & | operator= (const AlgorithmicBase &rhs) |
| |
| returnValue | plot (PlotFrequency _frequency=PLOT_IN_ANY_CASE) |
| |
| returnValue | printLogRecord (std::ostream &_stream, int idx, LogPrintMode _mode=PRINT_ITEM_BY_ITEM) const |
| |
| returnValue | replot (PlotFrequency _frequency=PLOT_IN_ANY_CASE) |
| |
| returnValue | set (OptionsName name, int value) |
| |
| returnValue | set (OptionsName name, double value) |
| |
| returnValue | set (OptionsName name, const std::string &value) |
| |
| returnValue | set (uint idx, OptionsName name, int value) |
| |
| returnValue | set (uint idx, OptionsName name, double value) |
| |
| returnValue | setAll (LogName _name, const MatrixVariablesGrid &values) |
| |
| returnValue | setLast (LogName _name, int lastValue, double time=-INFTY) |
| |
| returnValue | setLast (LogName _name, double lastValue, double time=-INFTY) |
| |
| returnValue | setLast (LogName _name, const DVector &lastValue, double time=-INFTY) |
| |
| returnValue | setLast (LogName _name, const DMatrix &lastValue, double time=-INFTY) |
| |
| returnValue | setLast (LogName _name, const VariablesGrid &lastValue, double time=-INFTY) |
| |
| returnValue | setOptions (const Options &arg) |
| |
| returnValue | setOptions (uint idx, const Options &arg) |
| |
| virtual | ~AlgorithmicBase () |
| |
|
| template<typename T > |
| Tmatrix< Interval > | bound (const Tmatrix< T > &x) const |
| |
| template<typename T > |
| void | center (Tmatrix< T > &x) const |
| |
| void | copy (const EllipsoidalIntegrator &arg) |
| |
| Tmatrix< Interval > | evalC (const Tmatrix< double > &C, double h) const |
| |
| Tmatrix< double > | evalC2 (const Tmatrix< double > &C, double h) const |
| |
| template<typename T > |
| Tmatrix< T > | evaluate (Function &f, double t, Tmatrix< T > *x, Tmatrix< T > *p, Tmatrix< T > *w) const |
| |
| template<typename T > |
| Tmatrix< T > | evaluate (Function &f, Interval t, Tmatrix< T > *x, Tmatrix< T > *p, Tmatrix< T > *w) const |
| |
| template<typename T > |
| Tmatrix< T > | getPolynomial (const Tmatrix< T > &x) const |
| |
| template<typename T > |
| Tmatrix< Interval > | getRemainder (const Tmatrix< T > &x) const |
| |
| template<typename T > |
| Tmatrix< double > | hat (const Tmatrix< T > &x) const |
| |
| BooleanType | isIncluded (const Tmatrix< Interval > &A, const Tmatrix< Interval > &B) const |
| |
| double | norm (const Tmatrix< Interval > &E, Tmatrix< Interval > &X) const |
| |
| template<typename T > |
| void | phase0 (double t, Tmatrix< T > *x, Tmatrix< T > *p, Tmatrix< T > *w, Tmatrix< T > &coeff, Tmatrix< double > &C) |
| |
| template<typename T > |
| double | phase1 (double t, double tf, Tmatrix< T > *x, Tmatrix< T > *p, Tmatrix< T > *w, Tmatrix< T > &coeff, Tmatrix< double > &C) |
| |
| template<typename T > |
| void | phase2 (double t, double h, Tmatrix< T > *x, Tmatrix< T > *p, Tmatrix< T > *w, Tmatrix< T > &coeff, Tmatrix< double > &C) |
| |
| template<typename T > |
| Tmatrix< T > | phi (const Tmatrix< T > &coeff, const double &h) const |
| |
| double | scale (const Interval &E, const Interval &X) const |
| |
| void | setInfinity () |
| |
| virtual returnValue | setupOptions () |
| |
| void | updateQ (Tmatrix< double > C, Tmatrix< Interval > R) |
| |
Validated integrator for ODEs based on Taylor models with ellipsoidal remainder term.
- Author
- Mario Villanueva, Boris Houska
Definition at line 60 of file ellipsoidal_integrator.hpp.