#include "DASRT.h"
Additional Inherited Members | |
Public Types inherited from DAERTFunc | |
typedef ColumnVector(* | DAERTConstrFunc) (const ColumnVector &x, double t) |
Public Types inherited from DAEFunc | |
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) |
Protected Attributes inherited from base_diff_alg_eqn | |
ColumnVector | m_xdot |
Protected Attributes inherited from base_diff_eqn | |
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 |
Protected Attributes inherited from DAERTFunc | |
DAERTConstrFunc | m_constr |
bool | m_reset |
Protected Attributes inherited from DAEFunc | |
DAERHSFunc | m_fcn |
DAEJacFunc | m_jac |
bool | m_reset |
Protected Attributes inherited from DASRT_options | |
bool | m_reset |
|
inline |
|
inline |
|
virtual |
Implements base_diff_eqn.
Definition at line 554 of file DASRT.cc.
References base_diff_eqn::m_istate, and base_diff_eqn::m_t.
DASRT_result DASRT::integrate | ( | const ColumnVector & | tout | ) |
Definition at line 376 of file DASRT.cc.
References base_diff_eqn::m_integration_error, base_diff_eqn::m_istate, base_diff_eqn::m_t, base_diff_eqn::m_x, base_diff_alg_eqn::m_xdot, n, Array< T, Alloc >::numel(), ColumnVector::resize(), Matrix::resize(), and base_diff_eqn::size().
Referenced by integrate().
DASRT_result DASRT::integrate | ( | const ColumnVector & | tout, |
const ColumnVector & | tcrit | ||
) |
Definition at line 435 of file DASRT.cc.
References base_diff_eqn::clear_stop_time(), base_diff_eqn::force_restart(), integrate(), base_diff_eqn::m_integration_error, base_diff_eqn::m_istate, base_diff_eqn::m_t, base_diff_eqn::m_x, base_diff_alg_eqn::m_xdot, n, Array< T, Alloc >::numel(), ColumnVector::resize(), Matrix::resize(), base_diff_eqn::set_stop_time(), and base_diff_eqn::size().