Make sixDoF's rmap override PointPatchFieldTemplate base class method
This commit is contained in:
parent
268bb07d15
commit
caf4a225eb
4 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
)
|
||||
{
|
||||
|
|
|
@ -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&
|
||||
);
|
||||
|
||||
|
|
|
@ -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
|
||||
)
|
||||
{
|
||||
|
|
|
@ -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&
|
||||
);
|
||||
|
||||
|
|
Reference in a new issue