Go to the source code of this file.
|
| namespace | Foam |
| | Namespace for OpenFOAM.
|
Original source file SolverPerformance.H
Definition in file SolverPerformance.H.
◆ makeSolverPerformance
| #define makeSolverPerformance |
( |
| Type | ) |
|
Value: \
solverPerformance##Type; \
\
defineNamedTemplateTypeNameAndDebug(solverPerformance##Type, 0); \
\
template<> \
const scalar solverPerformance##Type::great_(1e20); \
\
template<> \
const scalar solverPerformance##Type::small_(1
e-20); \
\
template<> \
const scalar solverPerformance##Type::vsmall_(VSMALL); \
Definition at line 317 of file SolverPerformance.H.