Public Member Functions | List of all members
flipOp Class Reference

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
 
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

Class containing functor to negate primitives. Dummy for all other types.

Used in mesh transformations where face can flip.

Source files

Definition at line 50 of file flipOp.H.

Member Function Documentation

◆ operator()() [1/13]

Type operator() ( const Type &  val) const
inline

Definition at line 55 of file flipOp.H.

Referenced by flipLabelOp::operator()().

Here is the caller graph for this function:

◆ operator()() [2/13]

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

Definition at line 31 of file flipOp.C.

◆ operator()() [3/13]

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

Definition at line 37 of file flipOp.C.

◆ operator()() [4/13]

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

Definition at line 44 of file flipOp.C.

◆ operator()() [5/13]

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

Definition at line 53 of file flipOp.C.

◆ operator()() [6/13]

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

Definition at line 61 of file flipOp.C.

◆ operator()() [7/13]

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

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