Home
last modified time | relevance | path

Searched defs:_estimate_error (Results 1 – 2 of 2) sorted by relevance

/dports/science/py-scipy/scipy-1.7.1/scipy/integrate/_ivp/
H A Drk.py105 def _estimate_error(self, K, h): member in RungeKutta
485 def _estimate_error(self, K, h): # Left for testing purposes. member in DOP853
/dports/math/libmesh/libmesh-1.6.2/src/error_estimation/
H A Duniform_refinement_estimator.C117 void UniformRefinementEstimator::_estimate_error (const EquationSystems * _es, in _estimate_error() function