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
 
template<>
vector operator() (const vector &) const
 
template<>
sphericalTensor operator() (const sphericalTensor &) const
 
template<>
symmTensor operator() (const symmTensor &) const
 
template<>
tensor operator() (const tensor &) const
 
template<>
triad operator() (const triad &) 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 66 of file flipOp.H.

Member Function Documentation

◆ operator()() [1/13]

T operator() ( const T val) const
inline

Definition at line 69 of file flipOp.H.

◆ operator()() [2/13]

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

Definition at line 35 of file flipOp.C.

◆ operator()() [3/13]

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

Definition at line 36 of file flipOp.C.

◆ operator()() [4/13]

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

Definition at line 37 of file flipOp.C.

◆ operator()() [5/13]

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

Definition at line 38 of file flipOp.C.

◆ operator()() [6/13]

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

Definition at line 39 of file flipOp.C.

◆ operator()() [7/13]

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

Definition at line 40 of file flipOp.C.

◆ operator()() [8/13]

scalar operator() ( const scalar &  ) const

◆ operator()() [9/13]

vector operator() ( const vector ) const

◆ operator()() [10/13]

sphericalTensor operator() ( const sphericalTensor ) const

◆ operator()() [11/13]

symmTensor operator() ( const symmTensor ) const

◆ operator()() [12/13]

tensor operator() ( const tensor ) const

◆ operator()() [13/13]

triad operator() ( const triad ) const

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