#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 |
void | initialize (const ColumnVector &x, double t) |
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 | bsub |
ODES_fsub | fsub |
bool | integration_error |
octave_idx_type | istate |
ODES_jsub | jsub |
bool | restart |
double | stop_time |
bool | stop_time_set |
double | t |
ColumnVector | theta |
ColumnVector | x |
ColumnVector | 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 base_diff_eqn::initialize(), Array< T >::numel(), and xdot.
void ODES::initialize | ( | const ColumnVector & | x, |
double | t, | ||
const ColumnVector & | theta | ||
) |
Definition at line 40 of file ODES.cc.
References base_diff_eqn::initialize(), Array< T >::numel(), theta, and xdot.
|
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 53 of file ODES.h.
References base_diff_eqn::operator=(), ODESFunc::operator=(), theta, and xdot.
|
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.
References x.
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 81 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 78 of file ODES.h.
Referenced by initialize(), and operator=().