#include "DAE.h"
Public Types | |
typedef Matrix(* | DAEJacFunc) (const ColumnVector &x, const ColumnVector &xdot, double t, double cj) |
typedef ColumnVector(* | DAERHSFunc) (const ColumnVector &x, const ColumnVector &xdot, double t, octave_idx_type &ires) |
Public Member Functions | |
DAE (const ColumnVector &xx, const ColumnVector &xxdot, double tt, DAEFunc &f) | |
DAE (const ColumnVector &xx, double tt, DAEFunc &f) | |
DAE (const DAE &a) | |
DAE (void) | |
virtual | ~DAE (void)=default |
void | clear_stop_time (void) |
virtual std::string | error_message (void) const =0 |
virtual void | force_restart (void) |
DAERHSFunc | function (void) const |
void | initialize (const ColumnVector &x0, const ColumnVector &xdot0, double t0) |
void | initialize (const ColumnVector &x0, double t0) |
bool | integration_ok (void) const |
octave_idx_type | integration_state (void) const |
DAEJacFunc | jacobian_function (void) const |
DAE & | operator= (const DAE &a) |
DAEFunc & | set_function (DAERHSFunc f) |
DAEFunc & | set_jacobian_function (DAEJacFunc j) |
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 | |
DAERHSFunc | fun |
bool | integration_error |
octave_idx_type | istate |
DAEJacFunc | jac |
bool | reset |
bool | restart |
double | stop_time |
bool | stop_time_set |
double | t |
ColumnVector | x |
ColumnVector | xdot |
|
inherited |
|
inherited |
|
inline |
|
inline |
|
virtualdefault |
|
inlineinherited |
Definition at line 92 of file base-de.h.
Referenced by LSODE::do_integrate(), DASRT::integrate(), DASPK::integrate(), and DASSL::integrate().
|
pure virtualinherited |
|
inlinevirtualinherited |
Definition at line 98 of file base-de.h.
Referenced by LSODE::do_integrate(), DASRT::integrate(), DASPK::integrate(), and DASSL::integrate().
|
inlineinherited |
Definition at line 76 of file DAEFunc.h.
Referenced by DASPK::do_integrate(), DASSL::do_integrate(), and DASRT::integrate().
|
inlineinherited |
Definition at line 69 of file base-dae.h.
References base_diff_eqn::initialize().
|
inlineinherited |
Definition at line 63 of file base-dae.h.
References base_diff_eqn::initialize(), and Array< T >::numel().
Referenced by DAERT::initialize().
|
inlineinherited |
Definition at line 100 of file base-de.h.
Referenced by DEFMETHOD().
|
inlineinherited |
Definition at line 102 of file base-de.h.
Referenced by DEFMETHOD().
|
inlineinherited |
Definition at line 85 of file DAEFunc.h.
Referenced by DASPK::do_integrate(), DASSL::do_integrate(), and DASRT::integrate().
Definition at line 53 of file DAE.h.
References base_diff_alg_eqn::operator=(), and DAEFunc::operator=().
|
inlineinherited |
|
inlineinherited |
Definition at line 87 of file DAEFunc.h.
Referenced by DEFMETHOD().
|
inlineinherited |
Definition at line 85 of file base-de.h.
Referenced by LSODE::do_integrate(), DASRT::integrate(), DASPK::integrate(), and DASSL::integrate().
|
inlineinherited |
Definition at line 79 of file base-de.h.
References x.
Referenced by DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), DASPK::integrate(), DASSL::integrate(), and DASRT::integrate().
|
inlineinherited |
|
inlineinherited |
Definition at line 76 of file base-dae.h.
|
protectedinherited |
Definition at line 96 of file DAEFunc.h.
Referenced by DAEFunc::operator=().
|
protectedinherited |
Definition at line 118 of file base-de.h.
Referenced by DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), DASPK::integrate(), DASSL::integrate(), DASRT::integrate(), and base_diff_eqn::operator=().
|
protectedinherited |
Definition at line 120 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(), DASRT::integrate(), and base_diff_eqn::operator=().
|
protectedinherited |
Definition at line 97 of file DAEFunc.h.
Referenced by DAEFunc::operator=().
|
protectedinherited |
Definition at line 104 of file DAEFunc.h.
Referenced by DASPK::do_integrate(), DASSL::do_integrate(), DASRT::integrate(), and DAEFunc::operator=().
|
protectedinherited |
Definition at line 116 of file base-de.h.
Referenced by DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), DASRT::integrate(), and base_diff_eqn::operator=().
|
protectedinherited |
Definition at line 112 of file base-de.h.
Referenced by DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), DASRT::integrate(), and base_diff_eqn::operator=().
|
protectedinherited |
Definition at line 114 of file base-de.h.
Referenced by DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), DASRT::integrate(), and base_diff_eqn::operator=().
|
protectedinherited |
Definition at line 110 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(), DASRT::integrate(), and base_diff_eqn::operator=().
|
protectedinherited |
Definition at line 108 of file base-de.h.
Referenced by DASPK::do_integrate(), DASSL::do_integrate(), LSODE::do_integrate(), DASPK::integrate(), DASSL::integrate(), DASRT::integrate(), and base_diff_eqn::operator=().
|
protectedinherited |
Definition at line 80 of file base-dae.h.
Referenced by DASPK::do_integrate(), DASSL::do_integrate(), DASPK::integrate(), DASSL::integrate(), DASRT::integrate(), and base_diff_alg_eqn::operator=().