#include "ODES.h"
Definition at line 29 of file ODES.h.
typedef ColumnVector(* ODESFunc::ODES_bsub)(const ColumnVector &x, double, const ColumnVector &theta, int column) [inherited] |
Definition at line 42 of file ODESFunc.h.
typedef ColumnVector(* ODESFunc::ODES_fsub)(const ColumnVector &x, double, const ColumnVector &theta) [inherited] |
Definition at line 39 of file ODESFunc.h.
typedef Matrix(* ODESFunc::ODES_jsub)(const ColumnVector &x, double, const ColumnVector &theta) [inherited] |
Definition at line 45 of file ODESFunc.h.
ODES::ODES | ( | const ColumnVector & | s, | |
double | tm, | |||
ODESFunc & | f | |||
) | [inline] |
ODES::ODES | ( | const ColumnVector & | s, | |
const ColumnVector & | xtheta, | |||
double | tm, | |||
ODESFunc & | f | |||
) | [inline] |
ODES_bsub ODESFunc::bsub_function | ( | void | ) | const [inline, inherited] |
Definition at line 84 of file ODESFunc.h.
void base_diff_eqn::clear_stop_time | ( | void | ) | [inline, inherited] |
Definition at line 88 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::integrate(), DASRT::integrate(), and DASPK::integrate().
virtual std::string base_diff_eqn::error_message | ( | void | ) | const [pure virtual, inherited] |
virtual void base_diff_eqn::force_restart | ( | void | ) | [inline, virtual, inherited] |
Definition at line 94 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::integrate(), DASRT::integrate(), and DASPK::integrate().
ODES_fsub ODESFunc::fsub_function | ( | void | ) | const [inline, inherited] |
Definition at line 76 of file ODESFunc.h.
void ODES::initialize | ( | const ColumnVector & | x, | |
double | t | |||
) |
Definition at line 31 of file ODES.cc.
References ColumnVector::ColumnVector(), Array< T >::length(), and xdot.
Referenced by initialize().
void base_diff_eqn::initialize | ( | const ColumnVector & | x0, | |
double | t0 | |||
) | [inline, inherited] |
void ODES::initialize | ( | const ColumnVector & | x, | |
double | t, | |||
const ColumnVector & | theta | |||
) |
Definition at line 38 of file ODES.cc.
References ColumnVector::ColumnVector(), initialize(), Array< T >::length(), theta, and xdot.
bool base_diff_eqn::integration_ok | ( | void | ) | const [inline, inherited] |
Definition at line 96 of file base-de.h.
Referenced by DEFUN_DLD().
octave_idx_type base_diff_eqn::integration_state | ( | void | ) | const [inline, inherited] |
Definition at line 98 of file base-de.h.
Referenced by DEFUN_DLD().
ODES_jsub ODESFunc::jsub_function | ( | void | ) | const [inline, inherited] |
Definition at line 92 of file ODESFunc.h.
Definition at line 48 of file ODES.h.
References ODESFunc::operator=(), base_diff_eqn::operator=(), theta, and xdot.
ColumnVector ODES::parameter_vector | ( | void | ) | [inline] |
Definition at line 86 of file ODESFunc.h.
Definition at line 78 of file ODESFunc.h.
Definition at line 94 of file ODESFunc.h.
void base_diff_eqn::set_stop_time | ( | double | tt | ) | [inline, inherited] |
Definition at line 81 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::integrate(), DASRT::integrate(), and DASPK::integrate().
octave_idx_type base_diff_eqn::size | ( | void | ) | const [inline, inherited] |
Definition at line 75 of file base-de.h.
References x.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), DASSL::integrate(), DASRT::integrate(), and DASPK::integrate().
ColumnVector base_diff_eqn::state | ( | void | ) | const [inline, inherited] |
double base_diff_eqn::time | ( | void | ) | const [inline, inherited] |
ODES_bsub ODESFunc::bsub [protected, inherited] |
Definition at line 103 of file ODESFunc.h.
Referenced by ODESFunc::operator=().
ODES_fsub ODESFunc::fsub [protected, inherited] |
Definition at line 102 of file ODESFunc.h.
Referenced by ODESFunc::operator=().
bool base_diff_eqn::integration_error [protected, inherited] |
Definition at line 114 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), DASSL::integrate(), DASRT::integrate(), DASPK::integrate(), and base_diff_eqn::operator=().
octave_idx_type base_diff_eqn::istate [protected, inherited] |
Definition at line 116 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), LSODE::error_message(), DASSL::error_message(), DASRT::error_message(), DASPK::error_message(), DASRT::integrate(), and base_diff_eqn::operator=().
ODES_jsub ODESFunc::jsub [protected, inherited] |
Definition at line 104 of file ODESFunc.h.
Referenced by ODESFunc::operator=().
bool base_diff_eqn::restart [protected, inherited] |
Definition at line 112 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), DASRT::integrate(), and base_diff_eqn::operator=().
double base_diff_eqn::stop_time [protected, inherited] |
Definition at line 108 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), DASRT::integrate(), and base_diff_eqn::operator=().
bool base_diff_eqn::stop_time_set [protected, inherited] |
Definition at line 110 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), DASRT::integrate(), and base_diff_eqn::operator=().
double base_diff_eqn::t [protected, inherited] |
Definition at line 106 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), LSODE::error_message(), DASSL::error_message(), DASRT::error_message(), DASPK::error_message(), DASRT::integrate(), and base_diff_eqn::operator=().
ColumnVector ODES::theta [protected] |
Definition at line 76 of file ODES.h.
Referenced by initialize(), and operator=().
ColumnVector base_diff_eqn::x [protected, inherited] |
Definition at line 104 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), DASSL::integrate(), DASRT::integrate(), DASPK::integrate(), and base_diff_eqn::operator=().
ColumnVector ODES::xdot [protected] |
Definition at line 73 of file ODES.h.
Referenced by initialize(), and operator=().