Loading...
Searching...
No Matches
spatialTransform::transpose Class Reference

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

#include <spatialTransform.H>

Public Member Functions

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

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 58 of file spatialTransformI.H.

References spatialTransform::spatialTransform().

Here is the call graph for this function:

Member Function Documentation

◆ operator spatialTensor()

operator spatialTensor ( ) const
inline

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

X^T

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