preCICE v3.1.2
Loading...
Searching...
No Matches
AbsoluteConvergenceMeasure.cpp
Go to the documentation of this file.
4
6
8 : _convergenceLimit(convergenceLimit)
9{
11 "Absolute convergence limit has to be greater than zero!");
12}
13
14} // namespace precice::cplscheme::impl
#define PRECICE_ASSERT(...)
Definition assertion.hpp:87
std::enable_if< std::is_arithmetic< Scalar >::value, bool >::type greater(Scalar A, Scalar B, Scalar tolerance=NUMERICAL_ZERO_DIFFERENCE)