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:
Henry Weller
2019-12-30 11:03:56 +00:00
parent b460b9e93d
commit 164ab8407b
26 changed files with 189 additions and 189 deletions

View File

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

View File

@ -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
);

View File

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