Go to the source code of this file.
|
| namespace | Foam |
| | Namespace for OpenFOAM.
|
Original source file Function1.H
Definition in file Function1.H.
◆ makeFunction1
| #define makeFunction1 |
( |
| Type | ) |
|
Value: \
defineNamedTemplateTypeNameAndDebug(Function1<Type>, 0); \
\
( \
Function1<Type>, \
);
#define defineTemplateRunTimeSelectionTable(baseType, argNames)
Define run-time selection table for template classes.
Definition at line 424 of file Function1.H.
◆ makeFunction1Type
| #define makeFunction1Type |
( |
| SS, |
|
|
| Type ) |
Value: \
defineNamedTemplateTypeNameAndDebug(Function1Types::SS<Type>, 0); \
\
Function1<Type>::adddictionaryConstructorToTable \
<FieldFunction1<Function1Types::SS<Type>>> \
add##SS##Type##ConstructorToTable_;
dict add("bounds", meshBb)
Definition at line 436 of file Function1.H.
◆ makeConcreteFunction1
| #define makeConcreteFunction1 |
( |
| SS, |
|
|
| Type ) |
Value: \
defineTypeNameAndDebug(SS, 0); \
\
Function1<Type>::adddictionaryConstructorToTable \
<FieldFunction1<SS>> \
add##SS##Type##ConstructorToTable_;
Definition at line 446 of file Function1.H.
◆ makeScalarFunction1
| #define makeScalarFunction1 |
( |
| SS | ) |
|
Value: \
makeConcreteFunction1(SS, scalar);
Definition at line 456 of file Function1.H.