Loading...
Searching...
No Matches
flipOp Class Reference

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

#include <flipOp.H>

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]

template<class T>
T operator() ( const T & val) const
inline

Definition at line 69 of file flipOp.H.

References Foam::T().

Here is the call graph for this function:

◆ operator()() [2/13]

template<>
Foam::scalar operator() ( const Foam::scalar & val) const

Definition at line 35 of file flipOp.C.

◆ operator()() [3/13]

template<>
Foam::vector operator() ( const Foam::vector & val) const

Definition at line 36 of file flipOp.C.

◆ operator()() [4/13]

template<>
Foam::sphericalTensor operator() ( const Foam::sphericalTensor & val) const

Definition at line 37 of file flipOp.C.

◆ operator()() [5/13]

template<>
Foam::symmTensor operator() ( const Foam::symmTensor & val) const

Definition at line 38 of file flipOp.C.

◆ operator()() [6/13]

template<>
Foam::tensor operator() ( const Foam::tensor & val) const

Definition at line 39 of file flipOp.C.

◆ operator()() [7/13]

template<>
Foam::triad operator() ( const Foam::triad & val) const

Definition at line 40 of file flipOp.C.

◆ operator()() [8/13]

template<>
scalar operator() ( const scalar & ) const

◆ operator()() [9/13]

template<>
vector operator() ( const vector & ) const

◆ operator()() [10/13]

template<>
sphericalTensor operator() ( const sphericalTensor & ) const

◆ operator()() [11/13]

template<>
symmTensor operator() ( const symmTensor & ) const

◆ operator()() [12/13]

template<>
tensor operator() ( const tensor & ) const

◆ operator()() [13/13]

template<>
triad operator() ( const triad & ) const

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