#include "ODES.h"


Public Types | |
| typedef ColumnVector(* | ODES_bsub) (const ColumnVector &x, double, const ColumnVector &theta, int column) |
| typedef ColumnVector(* | ODES_fsub) (const ColumnVector &x, double, const ColumnVector &theta) |
| typedef Matrix(* | ODES_jsub) (const ColumnVector &x, double, const ColumnVector &theta) |
Public Member Functions | |
| ODES (const ColumnVector &s, const ColumnVector &xtheta, double tm, ODESFunc &f) | |
| ODES (const ColumnVector &s, double tm, ODESFunc &f) | |
| ODES (const ODES &a) | |
| ODES (void) | |
| ~ODES (void)=default | |
| ODES_bsub | bsub_function (void) const |
| void | clear_stop_time (void) |
| virtual std::string | error_message (void) const =0 |
| virtual void | force_restart (void) |
| ODES_fsub | fsub_function (void) const |
| OCTAVE_API void | initialize (const ColumnVector &x, double t) |
| OCTAVE_API void | initialize (const ColumnVector &x, double t, const ColumnVector &theta) |
| bool | integration_ok (void) const |
| octave_idx_type | integration_state (void) const |
| ODES_jsub | jsub_function (void) const |
| ODES & | operator= (const ODES &a) |
| ColumnVector | parameter_vector (void) |
| ODESFunc & | set_bsub_function (ODES_bsub b) |
| ODESFunc & | set_fsub_function (ODES_fsub f) |
| ODESFunc & | set_jsub_function (ODES_jsub j) |
| void | set_stop_time (double tt) |
| octave_idx_type | size (void) const |
| ColumnVector | state (void) const |
| double | time (void) const |
Protected Attributes | |
| ODES_bsub | m_bsub |
| ODES_fsub | m_fsub |
| bool | m_integration_error |
| octave_idx_type | m_istate |
| ODES_jsub | m_jsub |
| bool | m_restart |
| double | m_stop_time |
| bool | m_stop_time_set |
| double | m_t |
| ColumnVector | m_theta |
| ColumnVector | m_x |
| ColumnVector | m_xdot |
|
inherited |
Definition at line 49 of file ODESFunc.h.
|
inherited |
Definition at line 46 of file ODESFunc.h.
|
inherited |
Definition at line 52 of file ODESFunc.h.
|
inline |
|
inline |
|
default |
|
inlineinherited |
Definition at line 91 of file ODESFunc.h.
|
inlineinherited |
Definition at line 92 of file base-de.h.
Referenced by LSODE::do_integrate(), DASRT::integrate(), DASPK::integrate(), and DASSL::integrate().
|
pure virtualinherited |
|
inlinevirtualinherited |
Definition at line 98 of file base-de.h.
Referenced by LSODE::do_integrate(), DASRT::integrate(), DASPK::integrate(), and DASSL::integrate().
|
inlineinherited |
Definition at line 83 of file ODESFunc.h.
| void ODES::initialize | ( | const ColumnVector & | x, |
| double | t | ||
| ) |
Definition at line 33 of file ODES.cc.
References ColumnVector, base_diff_eqn::initialize(), m_xdot, and Array< T, Alloc >::numel().
| void ODES::initialize | ( | const ColumnVector & | x, |
| double | t, | ||
| const ColumnVector & | theta | ||
| ) |
Definition at line 40 of file ODES.cc.
References ColumnVector, base_diff_eqn::initialize(), m_theta, m_xdot, and Array< T, Alloc >::numel().
|
inlineinherited |
Definition at line 100 of file base-de.h.
Referenced by DEFMETHOD().
|
inlineinherited |
Definition at line 102 of file base-de.h.
Referenced by DEFMETHOD().
|
inlineinherited |
Definition at line 99 of file ODESFunc.h.
Definition at line 55 of file ODES.h.
References m_theta, m_xdot, base_diff_eqn::operator=(), and ODESFunc::operator=().
|
inline |
Definition at line 93 of file ODESFunc.h.
Definition at line 85 of file ODESFunc.h.
References f.
Definition at line 101 of file ODESFunc.h.
|
inlineinherited |
Definition at line 85 of file base-de.h.
Referenced by LSODE::do_integrate(), DASRT::integrate(), DASPK::integrate(), and DASSL::integrate().
|
inlineinherited |
Definition at line 79 of file base-de.h.
Referenced by DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), DASPK::integrate(), DASSL::integrate(), and DASRT::integrate().
|
inlineinherited |
|
protectedinherited |
Definition at line 110 of file ODESFunc.h.
Referenced by ODESFunc::operator=().
|
protectedinherited |
Definition at line 109 of file ODESFunc.h.
Referenced by ODESFunc::operator=().
|
protectedinherited |
Definition at line 118 of file base-de.h.
Referenced by DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), DASPK::integrate(), DASSL::integrate(), DASRT::integrate(), and base_diff_eqn::operator=().
|
protectedinherited |
Definition at line 120 of file base-de.h.
Referenced by DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), DASPK::error_message(), DASRT::error_message(), DASSL::error_message(), LSODE::error_message(), DASRT::integrate(), and base_diff_eqn::operator=().
|
protectedinherited |
Definition at line 111 of file ODESFunc.h.
Referenced by ODESFunc::operator=().
|
protectedinherited |
Definition at line 116 of file base-de.h.
Referenced by DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), DASRT::integrate(), and base_diff_eqn::operator=().
|
protectedinherited |
Definition at line 112 of file base-de.h.
Referenced by DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), DASRT::integrate(), and base_diff_eqn::operator=().
|
protectedinherited |
Definition at line 114 of file base-de.h.
Referenced by DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), DASRT::integrate(), and base_diff_eqn::operator=().
|
protectedinherited |
Definition at line 110 of file base-de.h.
Referenced by DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), DASPK::error_message(), DASRT::error_message(), DASSL::error_message(), LSODE::error_message(), DASRT::integrate(), and base_diff_eqn::operator=().
|
protected |
Definition at line 83 of file ODES.h.
Referenced by initialize(), and operator=().
|
protectedinherited |
Definition at line 108 of file base-de.h.
Referenced by DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), DASPK::integrate(), DASSL::integrate(), DASRT::integrate(), and base_diff_eqn::operator=().
|
protected |
Definition at line 80 of file ODES.h.
Referenced by initialize(), and operator=().