flipOp Class Reference

Functor to negate primitives. Dummy for most other types. More...

Public Member Functions

template<class T >
T operator() (const T &val) const
 
template<>
Foam::scalar operator() (const Foam::scalar &val) const
 
template<>
Foam::vector operator() (const Foam::vector &val) const
 
template<>
Foam::sphericalTensor operator() (const Foam::sphericalTensor &val) const
 
template<>
Foam::symmTensor operator() (const Foam::symmTensor &val) const
 
template<>
Foam::tensor operator() (const Foam::tensor &val) const
 
template<>
Foam::triad operator() (const Foam::triad &val) const
 
template<>
scalar operator() (const scalar &) const
 

Detailed Description

Functor to negate primitives. Dummy for most other types.

Used in mesh transformations where face can flip.

Source files

Definition at line 68 of file flipOp.H.

Member Function Documentation

◆ operator()() [1/8]

T operator() ( const T val) const
inline

Definition at line 71 of file flipOp.H.

◆ operator()() [2/8]

Foam::scalar operator() ( const Foam::scalar &  val) const

Definition at line 42 of file flipOp.C.

◆ operator()() [3/8]

vector operator() ( const Foam::vector val) const

Definition at line 43 of file flipOp.C.

◆ operator()() [4/8]

sphericalTensor operator() ( const Foam::sphericalTensor val) const

Definition at line 44 of file flipOp.C.

◆ operator()() [5/8]

symmTensor operator() ( const Foam::symmTensor val) const

Definition at line 45 of file flipOp.C.

◆ operator()() [6/8]

tensor operator() ( const Foam::tensor val) const

Definition at line 46 of file flipOp.C.

◆ operator()() [7/8]

triad operator() ( const Foam::triad val) const

Definition at line 47 of file flipOp.C.

◆ operator()() [8/8]

scalar operator() ( const scalar &  ) const

The documentation for this class was generated from the following files: