Home
last modified time | relevance | path

Searched refs:error_order (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/numeric/odeint/stepper/
Dcontrolled_runge_kutta.hpp114 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()
Drosenbrock4.hpp123 static const order_type error_order = 3; member
154 const static order_type error_order = rosenbrock_coefficients::error_order; member in boost::numeric::odeint::rosenbrock4
Dadaptive_adams_bashforth_moulton.hpp79 order_type error_order() const { return order_value; }; in error_order() function in boost::numeric::odeint::adaptive_adams_bashforth_moulton
/third_party/boost/libs/numeric/odeint/test/numeric/
Drunge_kutta.cpp111 const int o = stepper.error_order()+1; //order of the error is order of approximation + 1 in operator ()()
/third_party/boost/boost/numeric/odeint/stepper/base/
Dexplicit_error_stepper_base.hpp110 order_type error_order( void ) const in error_order() function in boost::numeric::odeint::explicit_error_stepper_base
Dexplicit_error_stepper_fsal_base.hpp110 order_type error_order( void ) const in error_order() function in boost::numeric::odeint::explicit_error_stepper_fsal_base