Make sixDoF's rmap override PointPatchFieldTemplate base class method

This commit is contained in:
Dario Zivkovic 2018-12-24 14:49:22 +01:00
parent 752fce1a02
commit d40386d529
4 changed files with 8 additions and 4 deletions

View file

@ -126,7 +126,8 @@ void sixDoFRigidBodyDisplacementPointPatchVectorField::autoMap
void sixDoFRigidBodyDisplacementPointPatchVectorField::rmap
(
const pointPatchField<vector>& ptf,
const PointPatchField
<pointPatchField, pointMesh, pointPatch, DummyMatrix, vector>& ptf,
const labelList& addr
)
{

View file

@ -152,7 +152,8 @@ public:
//- Reverse map the given pointPatchField onto this pointPatchField
virtual void rmap
(
const pointPatchField<vector>&,
const PointPatchField
<pointPatchField, pointMesh, pointPatch, DummyMatrix, vector>&,
const labelList&
);

View file

@ -125,7 +125,8 @@ void uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField::autoMap
void uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField::rmap
(
const pointPatchField<vector>& ptf,
const PointPatchField
<pointPatchField, pointMesh, pointPatch, DummyMatrix, vector>& ptf,
const labelList& addr
)
{

View file

@ -153,7 +153,8 @@ public:
//- Reverse map the given pointPatchField onto this pointPatchField
virtual void rmap
(
const pointPatchField<vector>&,
const PointPatchField
<pointPatchField, pointMesh, pointPatch, DummyMatrix, vector>&,
const labelList&
);