#include "base-de.h"
Public Member Functions | |
base_diff_eqn (void) | |
base_diff_eqn (const ColumnVector &xx, double tt) | |
base_diff_eqn (const base_diff_eqn &a) | |
virtual | ~base_diff_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, double t0) |
bool | integration_ok (void) const |
octave_idx_type | integration_state (void) const |
base_diff_eqn & | operator= (const base_diff_eqn &a) |
void | set_stop_time (double tt) |
octave_idx_type | size (void) const |
ColumnVector | state (void) const |
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 |
Definition at line 31 of file base-de.h.
base_diff_eqn::base_diff_eqn | ( | const ColumnVector & | xx, | |
double | tt | |||
) | [inline] |
base_diff_eqn::base_diff_eqn | ( | const base_diff_eqn & | a | ) | [inline] |
virtual base_diff_eqn::~base_diff_eqn | ( | void | ) | [inline, virtual] |
void base_diff_eqn::clear_stop_time | ( | void | ) | [inline] |
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] |
virtual void base_diff_eqn::force_restart | ( | void | ) | [inline, virtual] |
Definition at line 94 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::integrate(), DASRT::integrate(), and DASPK::integrate().
void base_diff_eqn::initialize | ( | const ColumnVector & | x0, | |
double | t0 | |||
) | [inline] |
bool base_diff_eqn::integration_ok | ( | void | ) | const [inline] |
Definition at line 96 of file base-de.h.
Referenced by DEFUN_DLD().
octave_idx_type base_diff_eqn::integration_state | ( | void | ) | const [inline] |
Definition at line 98 of file base-de.h.
Referenced by DEFUN_DLD().
base_diff_eqn& base_diff_eqn::operator= | ( | const base_diff_eqn & | a | ) | [inline] |
Definition at line 50 of file base-de.h.
References integration_error, istate, restart, stop_time, stop_time_set, t, x, and x.
Referenced by ODES::operator=().
void base_diff_eqn::set_stop_time | ( | double | tt | ) | [inline] |
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] |
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] |
bool base_diff_eqn::integration_error [protected] |
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 operator=().
octave_idx_type base_diff_eqn::istate [protected] |
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 operator=().
bool base_diff_eqn::restart [protected] |
Definition at line 112 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), DASRT::integrate(), and operator=().
double base_diff_eqn::stop_time [protected] |
Definition at line 108 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), DASRT::integrate(), and operator=().
bool base_diff_eqn::stop_time_set [protected] |
Definition at line 110 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), DASRT::integrate(), and operator=().
double base_diff_eqn::t [protected] |
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 operator=().
ColumnVector base_diff_eqn::x [protected] |
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 operator=().