#include "base-dae.h"
Protected Attributes | |
ColumnVector | m_xdot |
![]() | |
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 |
Definition at line 33 of file base-dae.h.
|
inline |
Definition at line 37 of file base-dae.h.
|
inline |
Definition at line 40 of file base-dae.h.
|
inline |
Definition at line 43 of file base-dae.h.
|
inline |
Definition at line 47 of file base-dae.h.
|
virtualdefault |
|
inline |
Definition at line 68 of file base-dae.h.
References base_diff_eqn::initialize(), and m_xdot.
|
inline |
Definition at line 62 of file base-dae.h.
References base_diff_eqn::initialize(), m_xdot, and Array< T, Alloc >::numel().
Referenced by DAERT::initialize().
|
inline |
Definition at line 52 of file base-dae.h.
References m_xdot, and base_diff_eqn::operator=().
Referenced by DAE::operator=(), and DAERT::operator=().
|
inline |
Definition at line 75 of file base-dae.h.
References m_xdot.
|
protected |
Definition at line 79 of file base-dae.h.
Referenced by DASPK::do_integrate(), DASSL::do_integrate(), initialize(), initialize(), DASRT::integrate(), DASRT::integrate(), DASPK::integrate(), DASSL::integrate(), DASPK::integrate(), DASSL::integrate(), operator=(), and state_derivative().