Renamed vectorTensorTransform -> transformer
and relocated to a primitives/transform in preparation for use as the transformation class in coupled patches.
This commit is contained in:
@ -472,7 +472,7 @@ void Foam::FaceCellWave<Type, TrackingData>::transform
|
||||
template<class Type, class TrackingData>
|
||||
void Foam::FaceCellWave<Type, TrackingData>::transform
|
||||
(
|
||||
const vectorTensorTransform& trans,
|
||||
const transformer& trans,
|
||||
const label nFaces,
|
||||
List<Type>& faceInfo
|
||||
)
|
||||
|
||||
@ -60,7 +60,7 @@ namespace Foam
|
||||
// Forward declaration of classes
|
||||
class polyMesh;
|
||||
class polyPatch;
|
||||
class vectorTensorTransform;
|
||||
class transformer;
|
||||
|
||||
/*---------------------------------------------------------------------------*\
|
||||
Class FaceCellWaveName Declaration
|
||||
@ -223,7 +223,7 @@ protected:
|
||||
//- Apply transformation to Type
|
||||
void transform
|
||||
(
|
||||
const vectorTensorTransform& trans,
|
||||
const transformer& trans,
|
||||
const label nFaces,
|
||||
List<Type>& faceInfo
|
||||
);
|
||||
|
||||
@ -40,7 +40,7 @@ SourceFiles
|
||||
#include "scalarField.H"
|
||||
#include "PackedBoolList.H"
|
||||
#include "PrimitivePatch.H"
|
||||
#include "vectorTensorTransform.H"
|
||||
#include "transformer.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
@ -333,7 +333,7 @@ public:
|
||||
|
||||
void operator()
|
||||
(
|
||||
const vectorTensorTransform& vt,
|
||||
const transformer& vt,
|
||||
const bool forward,
|
||||
List<Type>& fld
|
||||
) const
|
||||
|
||||
Reference in New Issue
Block a user