

Go to the source code of this file.
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 DimensionedFieldFunctionsM.C
Definition in file DimensionedFieldFunctionsM.C.
| #define UNARY_FUNCTION | ( | ReturnType, | |
| Type1, | |||
| Func, | |||
| Dfunc ) |
Definition at line 26 of file DimensionedFieldFunctionsM.C.
Referenced by Foam::acos(), Foam::acos(), Foam::acos(), Foam::acosh(), Foam::acosh(), Foam::acosh(), Foam::asin(), Foam::asin(), Foam::asin(), Foam::asinh(), Foam::asinh(), Foam::asinh(), Foam::atan(), Foam::atan(), Foam::atan(), Foam::atanh(), Foam::atanh(), Foam::atanh(), Foam::cbrt(), Foam::cbrt(), Foam::cbrt(), Foam::cos(), Foam::cos(), Foam::cos(), Foam::cosh(), Foam::cosh(), Foam::cosh(), Foam::erf(), Foam::erf(), Foam::erf(), Foam::erfc(), Foam::erfc(), Foam::erfc(), Foam::exp(), Foam::exp(), Foam::exp(), Foam::j0(), Foam::j0(), Foam::j0(), Foam::j1(), Foam::j1(), Foam::j1(), Foam::lgamma(), Foam::lgamma(), Foam::lgamma(), Foam::log(), Foam::log(), Foam::log(), Foam::log10(), Foam::log10(), Foam::log10(), Foam::neg(), Foam::neg(), Foam::neg(), Foam::neg0(), Foam::neg0(), Foam::neg0(), Foam::negPart(), Foam::negPart(), Foam::negPart(), Foam::pos(), Foam::pos(), Foam::pos(), Foam::pos0(), Foam::pos0(), Foam::pos0(), Foam::posPart(), Foam::posPart(), Foam::posPart(), Foam::pow025(), Foam::pow025(), Foam::pow025(), Foam::pow3(), Foam::pow4(), Foam::pow4(), Foam::pow4(), Foam::pow5(), Foam::pow5(), Foam::pow5(), Foam::pow6(), Foam::pow6(), Foam::pow6(), Foam::sign(), Foam::sign(), Foam::sign(), Foam::sin(), Foam::sin(), Foam::sin(), Foam::sinh(), Foam::sinh(), Foam::sinh(), Foam::sqrt(), Foam::sqrt(), Foam::sqrt(), Foam::tan(), Foam::tan(), Foam::tan(), Foam::tanh(), Foam::tanh(), Foam::tanh(), Foam::y0(), Foam::y0(), Foam::y0(), Foam::y1(), Foam::y1(), and Foam::y1().
| #define UNARY_OPERATOR | ( | ReturnType, | |
| Type1, | |||
| Op, | |||
| OpFunc, | |||
| Dfunc ) |
Definition at line 83 of file DimensionedFieldFunctionsM.C.
Referenced by Foam::negate(), Foam::negate(), Foam::negate(), and Foam::negate().
| #define BINARY_FUNCTION | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Func ) |
Definition at line 140 of file DimensionedFieldFunctionsM.C.
Referenced by Foam::atan2(), Foam::cmptDivide(), Foam::cmptDivide(), Foam::cmptDivide(), Foam::cmptDivide(), Foam::cmptDivide(), Foam::cmptMultiply(), Foam::cmptMultiply(), Foam::cmptMultiply(), Foam::cmptMultiply(), Foam::cmptMultiply(), Foam::hypot(), Foam::max(), Foam::min(), Foam::min(), Foam::min(), Foam::min(), Foam::min(), and Foam::pow().
| #define BINARY_TYPE_FUNCTION_SF | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Func ) |
Definition at line 250 of file DimensionedFieldFunctionsM.C.
| #define BINARY_TYPE_FUNCTION_FS | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Func ) |
Definition at line 329 of file DimensionedFieldFunctionsM.C.
Referenced by Foam::clamp().
| #define BINARY_TYPE_FUNCTION | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Func ) |
Definition at line 409 of file DimensionedFieldFunctionsM.C.
Referenced by Foam::atan2(), Foam::cmptDivide(), Foam::cmptDivide(), Foam::cmptDivide(), Foam::cmptDivide(), Foam::cmptMultiply(), Foam::cmptMultiply(), Foam::cmptMultiply(), Foam::cmptMultiply(), Foam::hypot(), Foam::max(), Foam::max(), Foam::max(), Foam::max(), Foam::min(), Foam::min(), Foam::min(), Foam::min(), and Foam::pow().
| #define BINARY_OPERATOR | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Op, | |||
| OpName, | |||
| OpFunc ) |
Definition at line 416 of file DimensionedFieldFunctionsM.C.
Referenced by Foam::divide(), Foam::divide(), Foam::divide(), Foam::divide(), Foam::divide(), Foam::divide(), Foam::divide(), Foam::divide(), Foam::multiply(), Foam::multiply(), Foam::multiply(), Foam::multiply(), Foam::multiply(), Foam::multiply(), Foam::multiply(), Foam::multiply(), Foam::multiply(), Foam::multiply(), Foam::multiply(), and Foam::multiply().
| #define BINARY_TYPE_OPERATOR_SF | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Op, | |||
| OpName, | |||
| OpFunc ) |
Definition at line 526 of file DimensionedFieldFunctionsM.C.
Referenced by Foam::divide(), Foam::divide(), Foam::divide(), Foam::multiply(), Foam::multiply(), Foam::multiply(), and Foam::multiply().
| #define BINARY_TYPE_OPERATOR_FS | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Op, | |||
| OpName, | |||
| OpFunc ) |
Definition at line 606 of file DimensionedFieldFunctionsM.C.
Referenced by Foam::divide(), Foam::divide(), Foam::divide(), Foam::divide(), Foam::divide(), Foam::multiply(), Foam::multiply(), Foam::multiply(), Foam::multiply(), and Foam::multiply().
| #define BINARY_TYPE_OPERATOR | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Op, | |||
| OpName, | |||
| OpFunc ) |
Definition at line 685 of file DimensionedFieldFunctionsM.C.
Referenced by Foam::operator-(), Foam::operator-(), and Foam::operator-().
| #define TERNARY_FUNCTION | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Type3, | |||
| Func ) |
Definition at line 692 of file DimensionedFieldFunctionsM.C.
Referenced by Foam::lerp(), Foam::lerp(), Foam::lerp(), and Foam::lerp().
| #define TERNARY_TYPE_FUNCTION_FFS | ( | ReturnType, | |
| Type1, | |||
| Type2, | |||
| Type3, | |||
| Func ) |
Definition at line 910 of file DimensionedFieldFunctionsM.C.
Referenced by Foam::lerp(), Foam::lerp(), Foam::lerp(), and Foam::lerp().