#include "DASSL.h"
Additional Inherited Members | |
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 DAEFunc | |
| DAERHSFunc | m_fcn |
| DAEJacFunc | m_jac |
| bool | m_reset |
|
inline |
|
inline |
| Matrix DASSL::do_integrate | ( | const ColumnVector & | tout | ) |
Definition at line 347 of file DASSL.cc.
References integrate().
| Matrix DASSL::do_integrate | ( | const ColumnVector & | tout, |
| const ColumnVector & | tcrit | ||
| ) |
Definition at line 391 of file DASSL.cc.
References integrate().
| ColumnVector DASSL::do_integrate | ( | double | t | ) |
Definition at line 124 of file DASSL.cc.
References ddassl(), F77_XFCN, DAEFunc::function(), DAEFunc::jacobian_function(), base_diff_eqn::m_integration_error, base_diff_eqn::m_istate, DAEFunc::m_reset, base_diff_eqn::m_restart, base_diff_eqn::m_stop_time, base_diff_eqn::m_stop_time_set, base_diff_eqn::m_t, base_diff_eqn::m_x, base_diff_alg_eqn::m_xdot, Array< T, Alloc >::numel(), Array< T, Alloc >::resize(), Array< T, Alloc >::rwdata(), and base_diff_eqn::size().
Referenced by integrate(), and integrate().
|
virtual |
Implements base_diff_eqn.
Definition at line 502 of file DASSL.cc.
References base_diff_eqn::m_istate, and base_diff_eqn::m_t.
Referenced by DEFMETHOD().
| Matrix DASSL::integrate | ( | const ColumnVector & | tout, |
| Matrix & | xdot_out | ||
| ) |
Definition at line 354 of file DASSL.cc.
References do_integrate(), Array< T, Alloc >::elem(), base_diff_eqn::m_integration_error, base_diff_eqn::m_x, base_diff_alg_eqn::m_xdot, Array< T, Alloc >::numel(), Matrix::resize(), and base_diff_eqn::size().
Referenced by DEFMETHOD(), do_integrate(), do_integrate(), and integrate().
| Matrix DASSL::integrate | ( | const ColumnVector & | tout, |
| Matrix & | xdot_out, | ||
| const ColumnVector & | tcrit | ||
| ) |
Definition at line 398 of file DASSL.cc.
References base_diff_eqn::clear_stop_time(), do_integrate(), Array< T, Alloc >::elem(), base_diff_eqn::force_restart(), integrate(), base_diff_eqn::m_integration_error, base_diff_eqn::m_x, base_diff_alg_eqn::m_xdot, Array< T, Alloc >::numel(), Matrix::resize(), base_diff_eqn::set_stop_time(), and base_diff_eqn::size().