Home
last modified time | relevance | path

Searched refs:ToleranceError (Results 1 – 9 of 9) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/tables/
H A Dcubicsplinetable.cpp309 GMX_THROW(ToleranceError("Table tolerance cannot be smaller than GMX_REAL_EPS")); in CubicSplineTable()
350 ToleranceError("Over a million points would be required for table; decrease range " in CubicSplineTable()
398 GMX_THROW(ToleranceError("Table tolerance cannot be smaller than GMX_REAL_EPS")); in CubicSplineTable()
450 ToleranceError("Requested tolerance would require over a million points in table")); in CubicSplineTable()
465 ToleranceError("Input vector spacing cannot achieve tolerance requested")); in CubicSplineTable()
H A Dquadraticsplinetable.cpp290 GMX_THROW(ToleranceError("Table tolerance cannot be smaller than GMX_REAL_EPS")); in QuadraticSplineTable()
328 ToleranceError("Over a million points would be required for table; decrease range " in QuadraticSplineTable()
383 GMX_THROW(ToleranceError("Table tolerance cannot be smaller than GMX_REAL_EPS")); in QuadraticSplineTable()
439 ToleranceError("Requested tolerance would require over a million points in table")); in QuadraticSplineTable()
454 ToleranceError("Input vector spacing cannot achieve tolerance requested")); in QuadraticSplineTable()
/dports/science/step/step-21.12.3/stepcore/
H A Deulersolver.cc93 if(_localErrorRatio > 1.1) return ToleranceError; in doStep()
142 if(result != OK && result != ToleranceError) return result; in doEvolve()
163 if(result != OK) return ToleranceError; in doEvolve()
H A Dsolver.h143 ToleranceError = 2048, enumerator
H A Dgslsolver.cc173 if(_localErrorRatio > 1.1) return ToleranceError; in doEvolve()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/utility/
H A Dexceptions.h464 class ToleranceError : public GromacsException
477 explicit ToleranceError(const ExceptionInitializer& details) : GromacsException(details) {} in ToleranceError() function
H A Dexceptions.cpp240 int ToleranceError::errorCode() const in errorCode()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/tables/tests/
H A Dsplinetable.cpp387 gmx::ToleranceError); in TYPED_TEST()
391 gmx::ToleranceError); in TYPED_TEST()
493 gmx::ToleranceError); in TYPED_TEST()
/dports/science/step/step-21.12.3/step/
H A Dmainwindow.cc506 if(result == StepCore::Solver::ToleranceError) { in simulationStopped()