Go to the source code of this file.
|
| Foam |
| Namespace for OpenFOAM.
|
|
|
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 > &) |
|
Original source file SolverPerformance.H
Definition in file SolverPerformance.H.
◆ makeSolverPerformance
#define makeSolverPerformance |
( |
|
Type | ) |
|
Value:\
solverPerformance##Type;
\ \
template<> \
\
template<> \
\
template<> \
const dimensionedScalar e
Elementary charge.
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
SolverPerformance< scalar > solverPerformance
SolverPerformance instantiated for a scalar.
Definition at line 276 of file SolverPerformance.H.