#include "base-de.h"
Public Member Functions | |
base_diff_eqn () | |
base_diff_eqn (const base_diff_eqn &a) | |
base_diff_eqn (const ColumnVector &xx, double tt) | |
virtual | ~base_diff_eqn ()=default |
void | clear_stop_time () |
virtual std::string | error_message () const =0 |
virtual void | force_restart () |
void | initialize (const ColumnVector &x0, double t0) |
bool | integration_ok () const |
octave_idx_type | integration_state () const |
base_diff_eqn & | operator= (const base_diff_eqn &a) |
void | set_stop_time (double tt) |
octave_idx_type | size () const |
ColumnVector | state () const |
double | time () const |
Protected Attributes | |
bool | m_integration_error |
octave_idx_type | m_istate |
bool | m_restart |
double | m_stop_time |
bool | m_stop_time_set |
double | m_t |
ColumnVector | m_x |
|
inline |
|
inline |
|
virtualdefault |
|
inline |
Definition at line 91 of file base-de.h.
References force_restart(), and m_stop_time_set.
Referenced by LSODE::do_integrate(), DASRT::integrate(), DASPK::integrate(), and DASSL::integrate().
|
pure virtual |
|
inlinevirtual |
Definition at line 97 of file base-de.h.
References m_restart.
Referenced by clear_stop_time(), LSODE::do_integrate(), initialize(), DASRT::integrate(), DASPK::integrate(), DASSL::integrate(), and set_stop_time().
|
inline |
Definition at line 69 of file base-de.h.
References force_restart(), m_integration_error, m_istate, m_t, and m_x.
Referenced by ODES::initialize(), ODES::initialize(), base_diff_alg_eqn::initialize(), base_diff_alg_eqn::initialize(), ODE::integrate(), ODE::integrate(), and ODE::integrate().
|
inline |
Definition at line 99 of file base-de.h.
References m_integration_error.
Referenced by DEFMETHOD(), DEFMETHOD(), DEFMETHOD(), and DEFMETHOD().
|
inline |
Definition at line 101 of file base-de.h.
References m_istate.
Referenced by DEFMETHOD(), DEFMETHOD(), DEFMETHOD(), and DEFMETHOD().
|
inline |
Definition at line 53 of file base-de.h.
References m_integration_error, m_istate, m_restart, m_stop_time, m_stop_time_set, m_t, and m_x.
Referenced by base_diff_alg_eqn::operator=(), ODE::operator=(), and ODES::operator=().
|
inline |
Definition at line 84 of file base-de.h.
References force_restart(), m_stop_time, and m_stop_time_set.
Referenced by LSODE::do_integrate(), DASRT::integrate(), DASPK::integrate(), and DASSL::integrate().
|
inline |
Definition at line 78 of file base-de.h.
References m_x, and Array< T, Alloc >::numel().
Referenced by LSODE::do_integrate(), LSODE::do_integrate(), DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), DASRT::integrate(), DASRT::integrate(), DASPK::integrate(), DASSL::integrate(), DASPK::integrate(), and DASSL::integrate().
|
inline |
|
inline |
|
protected |
Definition at line 117 of file base-de.h.
Referenced by LSODE::do_integrate(), LSODE::do_integrate(), DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), initialize(), DASRT::integrate(), DASRT::integrate(), DASPK::integrate(), DASSL::integrate(), DASPK::integrate(), DASSL::integrate(), integration_ok(), and operator=().
|
protected |
Definition at line 119 of file base-de.h.
Referenced by DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), DASPK::error_message(), DASRT::error_message(), DASSL::error_message(), LSODE::error_message(), initialize(), DASRT::integrate(), DASRT::integrate(), integration_state(), and operator=().
|
protected |
Definition at line 115 of file base-de.h.
Referenced by DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), force_restart(), and operator=().
|
protected |
Definition at line 111 of file base-de.h.
Referenced by DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), operator=(), and set_stop_time().
|
protected |
Definition at line 113 of file base-de.h.
Referenced by clear_stop_time(), DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), operator=(), and set_stop_time().
|
protected |
Definition at line 109 of file base-de.h.
Referenced by DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), DASPK::error_message(), DASRT::error_message(), DASSL::error_message(), LSODE::error_message(), initialize(), DASRT::integrate(), DASRT::integrate(), operator=(), and time().
|
protected |
Definition at line 107 of file base-de.h.
Referenced by LSODE::do_integrate(), LSODE::do_integrate(), DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), initialize(), DASRT::integrate(), DASRT::integrate(), DASPK::integrate(), DASSL::integrate(), DASPK::integrate(), DASSL::integrate(), operator=(), size(), and state().