Searched refs:error_order (Results 1 – 6 of 6) sorted by relevance
114 time_type decrease_step(time_type dt, const value_type error, const int error_order) const in decrease_step()124 … pow(error, static_cast<value_type>(-1) / (error_order - 1))), in decrease_step()432 dt = step_adjuster.decrease_step(dt, max_rel_err, m_stepper.error_order()); in try_step()776 dt = step_adjuster.decrease_step(dt, max_rel_err, m_stepper.error_order()); in try_step()
123 static const order_type error_order = 3; member154 const static order_type error_order = rosenbrock_coefficients::error_order; member in boost::numeric::odeint::rosenbrock4
79 order_type error_order() const { return order_value; }; in error_order() function in boost::numeric::odeint::adaptive_adams_bashforth_moulton
111 const int o = stepper.error_order()+1; //order of the error is order of approximation + 1 in operator ()()
110 order_type error_order( void ) const in error_order() function in boost::numeric::odeint::explicit_error_stepper_base
110 order_type error_order( void ) const in error_order() function in boost::numeric::odeint::explicit_error_stepper_fsal_base