Clean-up and update: overlap GGI
This commit is contained in:
parent
1d67c3b2bd
commit
972dadc41c
1 changed files with 0 additions and 6 deletions
|
@ -54,8 +54,6 @@ void Foam::overlapGgiPolyPatch::calcExpandedMaster() const
|
||||||
// Create expanded master patch
|
// Create expanded master patch
|
||||||
const label ncpm = nCopies();
|
const label ncpm = nCopies();
|
||||||
|
|
||||||
Info << "Number of master copies: " << ncpm << endl;
|
|
||||||
|
|
||||||
// Create expanded master points and faces
|
// Create expanded master points and faces
|
||||||
const polyPatch& master = boundaryMesh()[index()];
|
const polyPatch& master = boundaryMesh()[index()];
|
||||||
const pointField& masterLocalPoints = master.localPoints();
|
const pointField& masterLocalPoints = master.localPoints();
|
||||||
|
@ -64,8 +62,6 @@ void Foam::overlapGgiPolyPatch::calcExpandedMaster() const
|
||||||
|
|
||||||
const scalar masterAngle = angle();
|
const scalar masterAngle = angle();
|
||||||
|
|
||||||
Info << "Master Angle is: " << masterAngle << endl;
|
|
||||||
|
|
||||||
// Transform points
|
// Transform points
|
||||||
label nPoints_master = 0;
|
label nPoints_master = 0;
|
||||||
|
|
||||||
|
@ -156,8 +152,6 @@ void Foam::overlapGgiPolyPatch::calcExpandedSlave() const
|
||||||
// Create expanded patch
|
// Create expanded patch
|
||||||
const label ncp = shadow().nCopies();
|
const label ncp = shadow().nCopies();
|
||||||
|
|
||||||
Info << "Number of slave copies: " << ncp << endl;
|
|
||||||
|
|
||||||
// Create expanded points and faces
|
// Create expanded points and faces
|
||||||
const polyPatch& slave = boundaryMesh()[shadowIndex()];
|
const polyPatch& slave = boundaryMesh()[shadowIndex()];
|
||||||
const pointField& slaveLocalPoints = slave.localPoints();
|
const pointField& slaveLocalPoints = slave.localPoints();
|
||||||
|
|
Reference in a new issue