GEOSX
|
#include "codingUtilities/Utilities.hpp"
Go to the source code of this file.
Macros | |
#define | GEOSX_KRYLOV_MIN_DIV ::LvArray::NumericLimits< real64 >::epsilon |
Tolerance for division by zero in Krylov solvers. | |
#define | GEOSX_KRYLOV_BREAKDOWN_IF_ZERO(VAR) |
Exit solver iteration and report a breakdown if value too close to zero. More... | |
#define GEOSX_KRYLOV_BREAKDOWN_IF_ZERO | ( | VAR | ) |
Exit solver iteration and report a breakdown if value too close to zero.
VAR | the variable or expression |
Definition at line 31 of file KrylovUtils.hpp.