GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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 ColumnVector &xx, const ColumnVector &xxdot, double tt) | |
base_diff_alg_eqn (const base_diff_alg_eqn &a) | |
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, double t0) |
void | initialize (const ColumnVector &x0, const ColumnVector &xdot0, 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.
|
inline |
Definition at line 33 of file base-dae.h.
|
inline |
Definition at line 36 of file base-dae.h.
|
inline |
Definition at line 39 of file base-dae.h.
|
inline |
Definition at line 43 of file base-dae.h.
|
inlinevirtual |
Definition at line 46 of file base-dae.h.
Definition at line 88 of file base-de.h.
Referenced by LSODE::do_integrate(), DASPK::integrate(), DASSL::integrate(), and DASRT::integrate().
|
pure virtualinherited |
Definition at line 94 of file base-de.h.
Referenced by LSODE::do_integrate(), DASPK::integrate(), DASSL::integrate(), and DASRT::integrate().
|
inline |
Reimplemented from base_diff_eqn.
Definition at line 58 of file base-dae.h.
References base_diff_eqn::initialize(), and Array< T >::length().
Referenced by DAERT::initialize().
|
inline |
Reimplemented in DAERT.
Definition at line 64 of file base-dae.h.
References base_diff_eqn::initialize().
|
inlineinherited |
|
inline |
Definition at line 48 of file base-dae.h.
References base_diff_eqn::operator=(), and xdot.
Referenced by DAE::operator=(), and DAERT::operator=().
Definition at line 81 of file base-de.h.
Referenced by LSODE::do_integrate(), DASPK::integrate(), DASSL::integrate(), and DASRT::integrate().
|
inlineinherited |
Definition at line 75 of file base-de.h.
References x.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), DASPK::integrate(), DASSL::integrate(), and DASRT::integrate().
|
inlineinherited |
|
inline |
Definition at line 71 of file base-dae.h.
|
protectedinherited |
Definition at line 114 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), DASPK::integrate(), DASSL::integrate(), DASRT::integrate(), and base_diff_eqn::operator=().
|
protectedinherited |
Definition at line 116 of file base-de.h.
Referenced by LSODE::do_integrate(), DASPK::do_integrate(), DASSL::do_integrate(), LSODE::error_message(), DASSL::error_message(), DASPK::error_message(), DASRT::error_message(), DASRT::integrate(), and base_diff_eqn::operator=().
|
protectedinherited |
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=().
|
protectedinherited |
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=().
|
protectedinherited |
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=().
|
protectedinherited |
Definition at line 106 of file base-de.h.
Referenced by LSODE::do_integrate(), DASPK::do_integrate(), DASSL::do_integrate(), LSODE::error_message(), DASSL::error_message(), DASPK::error_message(), DASRT::error_message(), DASRT::integrate(), and base_diff_eqn::operator=().
|
protectedinherited |
Definition at line 104 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), DASPK::integrate(), DASSL::integrate(), DASRT::integrate(), and base_diff_eqn::operator=().
|
protected |
Definition at line 75 of file base-dae.h.
Referenced by DASPK::do_integrate(), DASSL::do_integrate(), DASSL::integrate(), DASPK::integrate(), DASRT::integrate(), and operator=().