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 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
 
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 53 of file flipOp.H.

Member Function Documentation

◆ operator()() [1/13]

T operator() ( const T val) const
inline

Definition at line 56 of file flipOp.H.

◆ operator()() [2/13]

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

Definition at line 32 of file flipOp.C.

◆ operator()() [3/13]

Foam::vector operator() ( const vector v) const

Definition at line 38 of file flipOp.C.

◆ operator()() [4/13]

Foam::sphericalTensor operator() ( const sphericalTensor v) const

Definition at line 45 of file flipOp.C.

◆ operator()() [5/13]

Foam::symmTensor operator() ( const symmTensor v) const

Definition at line 54 of file flipOp.C.

◆ operator()() [6/13]

Foam::tensor operator() ( const tensor v) const

Definition at line 62 of file flipOp.C.

◆ operator()() [7/13]

Foam::triad operator() ( const triad v) const

Definition at line 69 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: