Loading...
Searching...
No Matches
SolverPerformance.H File Reference
Include dependency graph for SolverPerformance.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SolverPerformance< Type >
 SolverPerformance is the class returned by the LduMatrix solver containing performance statistics. More...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Macros

#define makeSolverPerformance(Type)

Functions

template<class Type>
SolverPerformance< Type > max (const SolverPerformance< Type > &, const SolverPerformance< Type > &)
template<class Type>
Istreamoperator>> (Istream &, SolverPerformance< Type > &)
template<class Type>
Ostreamoperator<< (Ostream &, const SolverPerformance< Type > &)

Detailed Description

Original source file SolverPerformance.H

Definition in file SolverPerformance.H.

Macro Definition Documentation

◆ makeSolverPerformance

#define makeSolverPerformance ( Type)
Value:
\
solverPerformance##Type; \
\
defineNamedTemplateTypeNameAndDebug(solverPerformance##Type, 0); \
\
template<> \
const scalar solverPerformance##Type::great_(1e20); \
\
template<> \
const scalar solverPerformance##Type::small_(1e-20); \
\
template<> \
const scalar solverPerformance##Type::vsmall_(VSMALL); \
SolverPerformance is the class returned by the LduMatrix solver containing performance statistics.
volScalarField & e

Definition at line 317 of file SolverPerformance.H.