#include <base-de.h>
Inherited by base_diff_alg_eqn, ODE, and ODES.
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) |
base_diff_eqn & | operator= (const base_diff_eqn &a) |
void | initialize (const ColumnVector &x0, double t0) |
octave_idx_type | size (void) const |
ColumnVector | state (void) const |
double | time (void) const |
void | set_stop_time (double tt) |
void | clear_stop_time (void) |
virtual void | force_restart (void) |
bool | integration_ok (void) const |
octave_idx_type | integration_state (void) const |
virtual std::string | error_message (void) const =0 |
Protected Attributes | |
ColumnVector | x |
double | t |
double | stop_time |
bool | stop_time_set |
bool | restart |
bool | integration_error |
octave_idx_type | istate |
base_diff_eqn::base_diff_eqn | ( | void | ) | [inline] |
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] |
virtual std::string base_diff_eqn::error_message | ( | void | ) | const [pure virtual] |
virtual void base_diff_eqn::force_restart | ( | void | ) | [inline, virtual] |
void base_diff_eqn::initialize | ( | const ColumnVector & | x0, | |
double | t0 | |||
) | [inline] |
Reimplemented in base_diff_alg_eqn, and ODES.
bool base_diff_eqn::integration_ok | ( | void | ) | const [inline] |
octave_idx_type base_diff_eqn::integration_state | ( | void | ) | const [inline] |
base_diff_eqn& base_diff_eqn::operator= | ( | const base_diff_eqn & | a | ) | [inline] |
void base_diff_eqn::set_stop_time | ( | double | tt | ) | [inline] |
octave_idx_type base_diff_eqn::size | ( | void | ) | const [inline] |
ColumnVector base_diff_eqn::state | ( | void | ) | const [inline] |
double base_diff_eqn::time | ( | void | ) | const [inline] |
bool base_diff_eqn::integration_error [protected] |
octave_idx_type base_diff_eqn::istate [protected] |
bool base_diff_eqn::restart [protected] |
double base_diff_eqn::stop_time [protected] |
bool base_diff_eqn::stop_time_set [protected] |
double base_diff_eqn::t [protected] |
ColumnVector base_diff_eqn::x [protected] |