Classes | Namespaces | Macros | Functions
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...
 
class  SolverPerformance< Type >
 SolverPerformance is the class returned by the LduMatrix solver containing performance statistics. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define makeSolverPerformance(Type)
 

Functions

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

Detailed Description

Original source file SolverPerformance.H

Definition in file SolverPerformance.H.

Macro Definition Documentation

#define makeSolverPerformance (   Type)
Value:
\
\
template<> \
const scalar solverPerformance##Type::great_(1e20); \
\
template<> \
const scalar solverPerformance##Type::small_(1e-20); \
\
template<> \
const scalar solverPerformance##Type::vsmall_(VSMALL); \
const dimensionedScalar e
Elementary charge.
Definition: doubleFloat.H:78
SolverPerformance is the class returned by the LduMatrix solver containing performance statistics...
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
Definition: className.H:134
SolverPerformance< scalar > solverPerformance
SolverPerformance instantiated for a scalar.

Definition at line 273 of file SolverPerformance.H.