Definition in file FieldFunctionsM.C.
#include "src/OpenFOAM/fields/Fields/Field/FieldM.H"#include "src/OpenFOAM/fields/Fields/Field/FieldReuseFunctions.H"
Include dependency graph for FieldFunctionsM.C:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #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 FieldFunctionsM.C.
| #define UNARY_OPERATOR | ( | ReturnType, | |
| Type, | |||
| Op, | |||
| OpFunc | |||
| ) |
Definition at line 59 of file FieldFunctionsM.C.
| #define BINARY_FUNCTION | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Func | |||
| ) |
Definition at line 87 of file FieldFunctionsM.C.
| #define BINARY_TYPE_FUNCTION_SF | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Func | |||
| ) |
Definition at line 158 of file FieldFunctionsM.C.
| #define BINARY_TYPE_FUNCTION_FS | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Func | |||
| ) |
Definition at line 200 of file FieldFunctionsM.C.
| #define BINARY_TYPE_FUNCTION | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Func | |||
| ) |
Definition at line 242 of file FieldFunctionsM.C.
| #define BINARY_OPERATOR | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Op, | |||
| OpFunc | |||
| ) |
Definition at line 249 of file FieldFunctionsM.C.
| #define BINARY_TYPE_OPERATOR_SF | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Op, | |||
| OpFunc | |||
| ) |
Definition at line 317 of file FieldFunctionsM.C.
| #define BINARY_TYPE_OPERATOR_FS | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Op, | |||
| OpFunc | |||
| ) |
Definition at line 356 of file FieldFunctionsM.C.
| #define BINARY_TYPE_OPERATOR | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Op, | |||
| OpFunc | |||
| ) |
Definition at line 395 of file FieldFunctionsM.C.