preCICE v3.1.1
Loading...
Searching...
No Matches
RelativeConvergenceMeasure.cpp
Go to the documentation of this file.
3
5
7 : _convergenceLimitPercent(convergenceLimitPercent)
8{
10 "Relative convergence limit has to be in ]0;1] !");
11}
12} // namespace precice::cplscheme::impl
#define PRECICE_ASSERT(...)
Definition assertion.hpp:87
RelativeConvergenceMeasure(double convergenceLimitPercent)
Constructor.
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)