Definition in file FieldFieldFunctionsM.C.
#include "src/OpenFOAM/fields/Fields/Field/FieldM.H"#include "src/OpenFOAM/fields/FieldFields/FieldField/FieldFieldReuseFunctions.H"
Include dependency graph for FieldFieldFunctionsM.C:Go to the source code of this file.
Defines | |
| #define | UNARY_FUNCTION(ReturnType, Type, Func) |
| #define | UNARY_OPERATOR(ReturnType, Type, Op, OpFunc) |
| #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, OpFunc) |
| #define | BINARY_TYPE_OPERATOR_SF(ReturnType, Type1, Type2, Op, OpFunc) |
| #define | BINARY_TYPE_OPERATOR_FS(ReturnType, Type1, Type2, Op, OpFunc) |
| #define | BINARY_TYPE_OPERATOR(ReturnType, Type1, Type2, Op, OpFunc) |
| #define UNARY_FUNCTION | ( | ReturnType, | |
| Type, | |||
| Func | |||
| ) |
Definition at line 31 of file FieldFieldFunctionsM.C.
| #define UNARY_OPERATOR | ( | ReturnType, | |
| Type, | |||
| Op, | |||
| OpFunc | |||
| ) |
Definition at line 78 of file FieldFieldFunctionsM.C.
| #define BINARY_FUNCTION | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Func | |||
| ) |
Definition at line 125 of file FieldFieldFunctionsM.C.
| #define BINARY_TYPE_FUNCTION_SF | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Func | |||
| ) |
Definition at line 209 of file FieldFieldFunctionsM.C.
| #define BINARY_TYPE_FUNCTION_FS | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Func | |||
| ) |
Definition at line 257 of file FieldFieldFunctionsM.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 305 of file FieldFieldFunctionsM.C.
| #define BINARY_OPERATOR | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Op, | |||
| OpFunc | |||
| ) |
Definition at line 312 of file FieldFieldFunctionsM.C.
| #define BINARY_TYPE_OPERATOR_SF | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Op, | |||
| OpFunc | |||
| ) |
Definition at line 396 of file FieldFieldFunctionsM.C.
| #define BINARY_TYPE_OPERATOR_FS | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Op, | |||
| OpFunc | |||
| ) |
Definition at line 444 of file FieldFieldFunctionsM.C.
| #define BINARY_TYPE_OPERATOR | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Op, | |||
| OpFunc | |||
| ) |
BINARY_TYPE_OPERATOR_SF(ReturnType, Type1, Type2, Op, OpFunc) \ BINARY_TYPE_OPERATOR_FS(ReturnType, Type1, Type2, Op, OpFunc)
Definition at line 492 of file FieldFieldFunctionsM.C.