#include "base-dae.h"
Public Member Functions | |
base_diff_alg_eqn (void) | |
base_diff_alg_eqn (const ColumnVector &xx, double tt) | |
base_diff_alg_eqn (const base_diff_alg_eqn &a) | |
base_diff_alg_eqn (const ColumnVector &xx, const ColumnVector &xxdot, double tt) | |
virtual | ~base_diff_alg_eqn (void) |
void | clear_stop_time (void) |
virtual std::string | error_message (void) const =0 |
virtual void | force_restart (void) |
void | initialize (const ColumnVector &x0, const ColumnVector &xdot0, double t0) |
void | initialize (const ColumnVector &x0, double t0) |
bool | integration_ok (void) const |
octave_idx_type | integration_state (void) const |
base_diff_alg_eqn & | operator= (const base_diff_alg_eqn &a) |
void | set_stop_time (double tt) |
octave_idx_type | size (void) const |
ColumnVector | state (void) const |
ColumnVector | state_derivative (void) |
double | time (void) const |
Protected Attributes | |
bool | integration_error |
octave_idx_type | istate |
bool | restart |
double | stop_time |
bool | stop_time_set |
double | t |
ColumnVector | x |
ColumnVector | xdot |
Definition at line 28 of file base-dae.h.
base_diff_alg_eqn::base_diff_alg_eqn | ( | void | ) | [inline] |
Definition at line 30 of file base-dae.h.
base_diff_alg_eqn::base_diff_alg_eqn | ( | const ColumnVector & | xx, | |
double | tt | |||
) | [inline] |
Definition at line 33 of file base-dae.h.
base_diff_alg_eqn::base_diff_alg_eqn | ( | const ColumnVector & | xx, | |
const ColumnVector & | xxdot, | |||
double | tt | |||
) | [inline] |
Definition at line 36 of file base-dae.h.
base_diff_alg_eqn::base_diff_alg_eqn | ( | const base_diff_alg_eqn & | a | ) | [inline] |
Definition at line 40 of file base-dae.h.
virtual base_diff_alg_eqn::~base_diff_alg_eqn | ( | void | ) | [inline, virtual] |
Definition at line 43 of file base-dae.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().
void base_diff_alg_eqn::initialize | ( | const ColumnVector & | x0, | |
double | t0 | |||
) | [inline] |
Reimplemented from base_diff_eqn.
Definition at line 55 of file base-dae.h.
void base_diff_alg_eqn::initialize | ( | const ColumnVector & | x0, | |
const ColumnVector & | xdot0, | |||
double | t0 | |||
) | [inline] |
Definition at line 61 of file base-dae.h.
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().
base_diff_alg_eqn& base_diff_alg_eqn::operator= | ( | const base_diff_alg_eqn & | a | ) | [inline] |
Definition at line 45 of file base-dae.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] |
ColumnVector base_diff_alg_eqn::state_derivative | ( | void | ) | [inline] |
Definition at line 68 of file base-dae.h.
double base_diff_eqn::time | ( | void | ) | const [inline, inherited] |
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=().
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 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 base_diff_alg_eqn::xdot [protected] |
Definition at line 72 of file base-dae.h.
Referenced by DASSL::do_integrate(), DASPK::do_integrate(), DASSL::integrate(), DASRT::integrate(), and DASPK::integrate().