

Go to the source code of this file.
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
Macros | |
| #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 | TERNARY_FUNCTION(ReturnType, Type1, Type2, Type3, Func) |
| #define | TERNARY_TYPE_FUNCTION_FFS(ReturnType, Type1, Type2, Type3, Func) |
Original source file GeometricFieldFunctionsM.C
Definition in file GeometricFieldFunctionsM.C.
| #define UNARY_FUNCTION | ( | ReturnType, | |
| Type1, | |||
| Func, | |||
| Dfunc ) |
Definition at line 31 of file GeometricFieldFunctionsM.C.
| #define UNARY_OPERATOR | ( | ReturnType, | |
| Type1, | |||
| Op, | |||
| OpFunc, | |||
| Dfunc ) |
Definition at line 94 of file GeometricFieldFunctionsM.C.
| #define BINARY_FUNCTION | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Func ) |
Definition at line 157 of file GeometricFieldFunctionsM.C.
| #define BINARY_TYPE_FUNCTION_SF | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Func ) |
Definition at line 284 of file GeometricFieldFunctionsM.C.
| #define BINARY_TYPE_FUNCTION_FS | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Func ) |
Definition at line 370 of file GeometricFieldFunctionsM.C.
| #define BINARY_TYPE_FUNCTION | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Func ) |
Definition at line 456 of file GeometricFieldFunctionsM.C.
| #define BINARY_OPERATOR | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Op, | |||
| OpName, | |||
| OpFunc ) |
Definition at line 463 of file GeometricFieldFunctionsM.C.
| #define BINARY_TYPE_OPERATOR_SF | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Op, | |||
| OpName, | |||
| OpFunc ) |
Definition at line 589 of file GeometricFieldFunctionsM.C.
| #define BINARY_TYPE_OPERATOR_FS | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Op, | |||
| OpName, | |||
| OpFunc ) |
Definition at line 674 of file GeometricFieldFunctionsM.C.
| #define BINARY_TYPE_OPERATOR | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Op, | |||
| OpName, | |||
| OpFunc ) |
Definition at line 760 of file GeometricFieldFunctionsM.C.
| #define TERNARY_FUNCTION | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Type3, | |||
| Func ) |
Definition at line 767 of file GeometricFieldFunctionsM.C.
| #define TERNARY_TYPE_FUNCTION_FFS | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Type3, | |||
| Func ) |
Definition at line 1004 of file GeometricFieldFunctionsM.C.