preCICE v3.1.2
Loading...
Searching...
No Matches
AbsoluteOrRelativeConvergenceMeasure.cpp
Go to the documentation of this file.
3
5
7 : _convergenceLimit(absLimit), _convergenceLimitPercent(relLimit)
8{
10 "Absolute convergence limit has to be greater than zero!");
12 "Relative convergence limit has to be in (0;1] !");
13}
14} // namespace precice::cplscheme::impl
#define PRECICE_ASSERT(...)
Definition assertion.hpp:87
std::enable_if< std::is_arithmetic< Scalar >::value, bool >::type greaterEquals(Scalar A, Scalar B, Scalar tolerance=NUMERICAL_ZERO_DIFFERENCE)
std::enable_if< std::is_arithmetic< Scalar >::value, bool >::type greater(Scalar A, Scalar B, Scalar tolerance=NUMERICAL_ZERO_DIFFERENCE)