#include "DASPK.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 |
Protected Attributes inherited from DASPK_options | |
bool | m_reset |
|
inline |
|
inline |
Matrix DASPK::do_integrate | ( | const ColumnVector & | tout | ) |
Definition at line 540 of file DASPK.cc.
References integrate().
Matrix DASPK::do_integrate | ( | const ColumnVector & | tout, |
const ColumnVector & | tcrit | ||
) |
Definition at line 584 of file DASPK.cc.
References integrate().
ColumnVector DASPK::do_integrate | ( | double | t | ) |
Definition at line 141 of file DASPK.cc.
References base_diff_eqn::m_integration_error, DAEFunc::m_reset, DASPK_options::m_reset, base_diff_eqn::m_restart, n, Array< T, Alloc >::resize(), and base_diff_eqn::size().
Referenced by integrate().
|
virtual |
Implements base_diff_eqn.
Definition at line 695 of file DASPK.cc.
References base_diff_eqn::m_istate, and base_diff_eqn::m_t.
Matrix DASPK::integrate | ( | const ColumnVector & | tout, |
Matrix & | xdot_out | ||
) |
Definition at line 547 of file DASPK.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, n, Array< T, Alloc >::numel(), Matrix::resize(), and base_diff_eqn::size().
Referenced by do_integrate(), and integrate().
Matrix DASPK::integrate | ( | const ColumnVector & | tout, |
Matrix & | xdot_out, | ||
const ColumnVector & | tcrit | ||
) |
Definition at line 591 of file DASPK.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, n, Array< T, Alloc >::numel(), Matrix::resize(), base_diff_eqn::set_stop_time(), and base_diff_eqn::size().