spatialTransform::transpose Class Reference

Wrapper-class to provide transpose functions and operators. More...

Public Member Functions

 transpose (const spatialTransform &X)
 Construct from a spatialTransform. More...
 
 operator spatialTensor () const
 Return the transpose transformation tensor ^A{X^*}_B. More...
 
spatialVector operator& (const spatialVector &f) const
 Transpose transform dual f: ^A{X^*}_B & f. More...
 

Detailed Description

Wrapper-class to provide transpose functions and operators.

Definition at line 90 of file spatialTransform.H.

Constructor & Destructor Documentation

◆ transpose()

transpose ( const spatialTransform X)
inline

Construct from a spatialTransform.

Definition at line 65 of file spatialTransformI.H.

Member Function Documentation

◆ operator spatialTensor()

operator spatialTensor ( ) const
inline

Return the transpose transformation tensor ^A{X^*}_B.

X^T

Definition at line 181 of file spatialTransformI.H.

References Foam::Zero.

◆ operator&()

Foam::spatialVector operator& ( const spatialVector f) const
inline

Transpose transform dual f: ^A{X^*}_B & f.

X^T . f = (E^T . fl + r ^ E^T . fw, E^T . fl)

Definition at line 191 of file spatialTransformI.H.

References f().

Here is the call graph for this function:

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