#include "ODE.h"
Definition at line 29 of file ODE.h.
typedef Matrix(* ODEFunc::ODEJacFunc)(const ColumnVector &, double) [inherited] |
typedef ColumnVector(* ODEFunc::ODERHSFunc)(const ColumnVector &, double) [inherited] |
ODE::ODE | ( | const ColumnVector & | s, | |
double | tm, | |||
const ODEFunc & | f | |||
) | [inline] |
void base_diff_eqn::clear_stop_time | ( | void | ) | [inline, inherited] |
Definition at line 88 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::integrate(), DASRT::integrate(), and DASPK::integrate().
virtual ColumnVector ODE::do_integrate | ( | double | tt | ) | [pure virtual] |
virtual Matrix ODE::do_integrate | ( | const ColumnVector & | tt, | |
const ColumnVector & | ttcrit | |||
) | [pure virtual] |
virtual Matrix ODE::do_integrate | ( | const ColumnVector & | tt | ) | [pure virtual] |
virtual std::string base_diff_eqn::error_message | ( | void | ) | const [pure virtual, inherited] |
virtual void base_diff_eqn::force_restart | ( | void | ) | [inline, virtual, inherited] |
Definition at line 94 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::integrate(), DASRT::integrate(), and DASPK::integrate().
ODERHSFunc ODEFunc::function | ( | void | ) | const [inline, inherited] |
Definition at line 62 of file ODEFunc.h.
Referenced by LSODE::do_integrate().
void base_diff_eqn::initialize | ( | const ColumnVector & | x0, | |
double | t0 | |||
) | [inline, inherited] |
virtual Matrix ODE::integrate | ( | const ColumnVector & | x0, | |
double | t0, | |||
const ColumnVector & | tt | |||
) | [inline, virtual] |
virtual Matrix ODE::integrate | ( | const ColumnVector & | tt, | |
const ColumnVector & | ttcrit | |||
) | [inline, virtual] |
virtual Matrix ODE::integrate | ( | const ColumnVector & | x0, | |
double | t0, | |||
const ColumnVector & | tt, | |||
const ColumnVector & | ttcrit | |||
) | [inline, virtual] |
virtual ColumnVector ODE::integrate | ( | double | tt | ) | [inline, virtual] |
Definition at line 69 of file ODE.h.
Referenced by DEFUN_DLD().
virtual ColumnVector ODE::integrate | ( | const ColumnVector & | x0, | |
double | t0, | |||
double | tt | |||
) | [inline, virtual] |
virtual Matrix ODE::integrate | ( | const ColumnVector & | tt | ) | [inline, virtual] |
bool base_diff_eqn::integration_ok | ( | void | ) | const [inline, inherited] |
Definition at line 96 of file base-de.h.
Referenced by DEFUN_DLD().
octave_idx_type base_diff_eqn::integration_state | ( | void | ) | const [inline, inherited] |
Definition at line 98 of file base-de.h.
Referenced by DEFUN_DLD().
ODEJacFunc ODEFunc::jacobian_function | ( | void | ) | const [inline, inherited] |
Definition at line 71 of file ODEFunc.h.
Referenced by LSODE::do_integrate().
ODEFunc& ODEFunc::set_function | ( | ODERHSFunc | f | ) | [inline, inherited] |
ODEFunc& ODEFunc::set_jacobian_function | ( | ODEJacFunc | j | ) | [inline, inherited] |
Definition at line 73 of file ODEFunc.h.
Referenced by DEFUN_DLD().
void base_diff_eqn::set_stop_time | ( | double | tt | ) | [inline, inherited] |
Definition at line 81 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::integrate(), DASRT::integrate(), and DASPK::integrate().
octave_idx_type base_diff_eqn::size | ( | void | ) | const [inline, inherited] |
Definition at line 75 of file base-de.h.
References x.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), DASSL::integrate(), DASRT::integrate(), and DASPK::integrate().
ColumnVector base_diff_eqn::state | ( | void | ) | const [inline, inherited] |
double base_diff_eqn::time | ( | void | ) | const [inline, inherited] |
ODERHSFunc ODEFunc::fun [protected, inherited] |
Definition at line 82 of file ODEFunc.h.
Referenced by ODEFunc::operator=().
bool base_diff_eqn::integration_error [protected, inherited] |
Definition at line 114 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), DASSL::integrate(), DASRT::integrate(), DASPK::integrate(), and base_diff_eqn::operator=().
octave_idx_type base_diff_eqn::istate [protected, inherited] |
Definition at line 116 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), LSODE::error_message(), DASSL::error_message(), DASRT::error_message(), DASPK::error_message(), DASRT::integrate(), and base_diff_eqn::operator=().
ODEJacFunc ODEFunc::jac [protected, inherited] |
Definition at line 83 of file ODEFunc.h.
Referenced by LSODE::do_integrate(), and ODEFunc::operator=().
bool ODEFunc::reset [protected, inherited] |
Definition at line 90 of file ODEFunc.h.
Referenced by LSODE::do_integrate(), and ODEFunc::operator=().
bool base_diff_eqn::restart [protected, inherited] |
Definition at line 112 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), DASRT::integrate(), and base_diff_eqn::operator=().
double base_diff_eqn::stop_time [protected, inherited] |
Definition at line 108 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), DASRT::integrate(), and base_diff_eqn::operator=().
bool base_diff_eqn::stop_time_set [protected, inherited] |
Definition at line 110 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), DASRT::integrate(), and base_diff_eqn::operator=().
double base_diff_eqn::t [protected, inherited] |
Definition at line 106 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), LSODE::error_message(), DASSL::error_message(), DASRT::error_message(), DASPK::error_message(), DASRT::integrate(), and base_diff_eqn::operator=().
ColumnVector base_diff_eqn::x [protected, inherited] |
Definition at line 104 of file base-de.h.
Referenced by LSODE::do_integrate(), DASSL::do_integrate(), DASPK::do_integrate(), DASSL::integrate(), DASRT::integrate(), DASPK::integrate(), and base_diff_eqn::operator=().