preCICE v3.1.2
Loading...
Searching...
No Matches
ResidualRelativeConvergenceMeasure.cpp
Go to the documentation of this file.
4
6
8 : _convergenceLimitPercent(convergenceLimitPercent)
9{
11 "Relative convergence limit has to be in ]0;1] !");
12}
13} // 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)