Definition in file DimensionedFieldFunctionsM.C.
#include "src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedFieldReuseFunctions.H"
Go to the source code of this file.
Defines | |
#define | UNARY_FUNCTION(ReturnType, Type1, Func, Dfunc) |
#define | UNARY_OPERATOR(ReturnType, Type1, Op, OpFunc, Dfunc) |
#define | BINARY_FUNCTION(ReturnType, Type1, Type2, Func) |
#define | BINARY_TYPE_FUNCTION_SF(ReturnType, Type1, Type2, Func) |
#define | BINARY_TYPE_FUNCTION_FS(ReturnType, Type1, Type2, Func) |
#define | BINARY_TYPE_FUNCTION(ReturnType, Type1, Type2, Func) |
#define | BINARY_OPERATOR(ReturnType, Type1, Type2, Op, OpName, OpFunc) |
#define | BINARY_TYPE_OPERATOR_SF(ReturnType, Type1, Type2, Op, OpName, OpFunc) |
#define | BINARY_TYPE_OPERATOR_FS(ReturnType, Type1, Type2, Op, OpName, OpFunc) |
#define | BINARY_TYPE_OPERATOR(ReturnType, Type1, Type2, Op, OpName, OpFunc) |
#define UNARY_FUNCTION | ( | ReturnType, | |
Type1, | |||
Func, | |||
Dfunc | |||
) |
Definition at line 30 of file DimensionedFieldFunctionsM.C.
#define UNARY_OPERATOR | ( | ReturnType, | |
Type1, | |||
Op, | |||
OpFunc, | |||
Dfunc | |||
) |
Definition at line 86 of file DimensionedFieldFunctionsM.C.
#define BINARY_FUNCTION | ( | ReturnType, | |
Type1, | |||
Type2, | |||
Func | |||
) |
Definition at line 142 of file DimensionedFieldFunctionsM.C.
#define BINARY_TYPE_FUNCTION_SF | ( | ReturnType, | |
Type1, | |||
Type2, | |||
Func | |||
) |
Definition at line 256 of file DimensionedFieldFunctionsM.C.
#define BINARY_TYPE_FUNCTION_FS | ( | ReturnType, | |
Type1, | |||
Type2, | |||
Func | |||
) |
Definition at line 333 of file DimensionedFieldFunctionsM.C.
#define BINARY_TYPE_FUNCTION | ( | ReturnType, | |
Type1, | |||
Type2, | |||
Func | |||
) |
BINARY_TYPE_FUNCTION_SF(ReturnType, Type1, Type2, Func) \ BINARY_TYPE_FUNCTION_FS(ReturnType, Type1, Type2, Func)
Definition at line 410 of file DimensionedFieldFunctionsM.C.
#define BINARY_OPERATOR | ( | ReturnType, | |
Type1, | |||
Type2, | |||
Op, | |||
OpName, | |||
OpFunc | |||
) |
Definition at line 417 of file DimensionedFieldFunctionsM.C.
#define BINARY_TYPE_OPERATOR_SF | ( | ReturnType, | |
Type1, | |||
Type2, | |||
Op, | |||
OpName, | |||
OpFunc | |||
) |
Definition at line 531 of file DimensionedFieldFunctionsM.C.
#define BINARY_TYPE_OPERATOR_FS | ( | ReturnType, | |
Type1, | |||
Type2, | |||
Op, | |||
OpName, | |||
OpFunc | |||
) |
Definition at line 608 of file DimensionedFieldFunctionsM.C.
#define BINARY_TYPE_OPERATOR | ( | ReturnType, | |
Type1, | |||
Type2, | |||
Op, | |||
OpName, | |||
OpFunc | |||
) |
BINARY_TYPE_OPERATOR_SF(ReturnType, Type1, Type2, Op, OpName, OpFunc) \ BINARY_TYPE_OPERATOR_FS(ReturnType, Type1, Type2, Op, OpName, OpFunc)
Definition at line 684 of file DimensionedFieldFunctionsM.C.