#include <list>
#include <string>
#include "DASPK.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "interpreter-private.h"
#include "ovl.h"
#include "ov-fcn.h"
#include "ov-cell.h"
#include "pager.h"
#include "parse.h"
#include "unwind-prot.h"
#include "utils.h"
#include "variables.h"
#include "DASPK-opts.cc"
Go to the source code of this file.
Functions | |
ColumnVector | daspk_user_function (const ColumnVector &x, const ColumnVector &xdot, double t, octave_idx_type &ires) |
Matrix | daspk_user_jacobian (const ColumnVector &x, const ColumnVector &xdot, double t, double cj) |
DEFMETHOD (daspk, interp, args, nargout, doc:) | |
Variables | |
static int | call_depth = 0 |
static octave_value | daspk_fcn |
static octave_value | daspk_jac |
static bool | warned_fcn_imaginary = false |
static bool | warned_jac_imaginary = false |
ColumnVector daspk_user_function | ( | const ColumnVector & | x, |
const ColumnVector & | xdot, | ||
double | t, | ||
octave_idx_type & | ires | ||
) |
Definition at line 64 of file daspk.cc.
References daspk_fcn, err_user_supplied_eval(), octave::feval(), octave_value::is_defined(), Array< T >::isempty(), octave_value_list::length(), Array< T >::numel(), retval, warned_fcn_imaginary, warning(), and x.
Referenced by DEFMETHOD().
Matrix daspk_user_jacobian | ( | const ColumnVector & | x, |
const ColumnVector & | xdot, | ||
double | t, | ||
double | cj | ||
) |
Definition at line 113 of file daspk.cc.
References daspk_jac, err_user_supplied_eval(), octave::feval(), octave_value::is_defined(), Array< T >::isempty(), octave_value_list::length(), Array< T >::numel(), retval, warned_jac_imaginary, warning(), and x.
Referenced by DEFMETHOD().
DEFMETHOD | ( | daspk | , |
interp | , | ||
args | , | ||
nargout | , | ||
doc: | |||
) |
Definition at line 159 of file daspk.cc.
References call_depth, octave_value::cell_value(), daspk_fcn, daspk_jac, daspk_opts, daspk_user_function(), daspk_user_jacobian(), error(), DASPK::error_message(), octave::get_function_handle(), DASPK::integrate(), base_diff_eqn::integration_ok(), base_diff_eqn::integration_state(), octave_value::is_defined(), octave_value::is_function_handle(), octave_value::is_inline_function(), octave_value::is_undefined(), octave_value::iscell(), Array< T >::numel(), octave_value(), print_usage(), octave::action_container::protect_var(), retval, octave_value::rows(), DAEFunc::set_jacobian_function(), octave::state, octave_value::string_vector_value(), warned_fcn_imaginary, and warned_jac_imaginary.
|
static |
Definition at line 61 of file daspk.cc.
Referenced by DEFMETHOD().
|
static |
Definition at line 51 of file daspk.cc.
Referenced by daspk_user_function(), and DEFMETHOD().
|
static |
Definition at line 54 of file daspk.cc.
Referenced by daspk_user_jacobian(), and DEFMETHOD().
|
static |
Definition at line 57 of file daspk.cc.
Referenced by daspk_user_function(), and DEFMETHOD().
|
static |
Definition at line 58 of file daspk.cc.
Referenced by daspk_user_jacobian(), and DEFMETHOD().