Class containing functor to negate primitives. Dummy for all other types. More...
Public Member Functions | |
template<class Type > | |
Type | operator() (const Type &val) const |
template<> | |
Foam::scalar | operator() (const scalar &v) const |
template<> | |
Foam::vector | operator() (const vector &v) const |
template<> | |
Foam::sphericalTensor | operator() (const sphericalTensor &v) const |
template<> | |
Foam::symmTensor | operator() (const symmTensor &v) const |
template<> | |
Foam::tensor | operator() (const tensor &v) const |
template<> | |
Foam::triad | operator() (const triad &v) const |
Class containing functor to negate primitives. Dummy for all other types.
Used in mesh transformations where face can flip.
sphericalTensor operator() | ( | const sphericalTensor & | v | ) | const |
symmTensor operator() | ( | const symmTensor & | v | ) | const |