mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: processorPolyPatch : removed comments
This commit is contained in:
@ -63,8 +63,6 @@ Foam::processorPolyPatch::processorPolyPatch
|
|||||||
neighbFaceCentres_(),
|
neighbFaceCentres_(),
|
||||||
neighbFaceAreas_(),
|
neighbFaceAreas_(),
|
||||||
neighbFaceCellCentres_()
|
neighbFaceCellCentres_()
|
||||||
// neighbPointsPtr_(NULL),
|
|
||||||
// neighbEdgesPtr_(NULL)
|
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
@ -82,8 +80,6 @@ Foam::processorPolyPatch::processorPolyPatch
|
|||||||
neighbFaceCentres_(),
|
neighbFaceCentres_(),
|
||||||
neighbFaceAreas_(),
|
neighbFaceAreas_(),
|
||||||
neighbFaceCellCentres_()
|
neighbFaceCellCentres_()
|
||||||
// neighbPointsPtr_(NULL),
|
|
||||||
// neighbEdgesPtr_(NULL)
|
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
@ -99,8 +95,6 @@ Foam::processorPolyPatch::processorPolyPatch
|
|||||||
neighbFaceCentres_(),
|
neighbFaceCentres_(),
|
||||||
neighbFaceAreas_(),
|
neighbFaceAreas_(),
|
||||||
neighbFaceCellCentres_()
|
neighbFaceCellCentres_()
|
||||||
// neighbPointsPtr_(NULL),
|
|
||||||
// neighbEdgesPtr_(NULL)
|
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
@ -119,8 +113,6 @@ Foam::processorPolyPatch::processorPolyPatch
|
|||||||
neighbFaceCentres_(),
|
neighbFaceCentres_(),
|
||||||
neighbFaceAreas_(),
|
neighbFaceAreas_(),
|
||||||
neighbFaceCellCentres_()
|
neighbFaceCellCentres_()
|
||||||
// neighbPointsPtr_(NULL),
|
|
||||||
// neighbEdgesPtr_(NULL)
|
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
@ -139,8 +131,6 @@ Foam::processorPolyPatch::processorPolyPatch
|
|||||||
neighbFaceCentres_(),
|
neighbFaceCentres_(),
|
||||||
neighbFaceAreas_(),
|
neighbFaceAreas_(),
|
||||||
neighbFaceCellCentres_()
|
neighbFaceCellCentres_()
|
||||||
// neighbPointsPtr_(NULL),
|
|
||||||
// neighbEdgesPtr_(NULL)
|
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
@ -157,7 +147,6 @@ Foam::processorPolyPatch::~processorPolyPatch()
|
|||||||
|
|
||||||
void Foam::processorPolyPatch::initGeometry(PstreamBuffers& pBufs)
|
void Foam::processorPolyPatch::initGeometry(PstreamBuffers& pBufs)
|
||||||
{
|
{
|
||||||
//Pout<< "**processorPolyPatch::initGeometry()" << endl;
|
|
||||||
if (Pstream::parRun())
|
if (Pstream::parRun())
|
||||||
{
|
{
|
||||||
UOPstream toNeighbProc(neighbProcNo(), pBufs);
|
UOPstream toNeighbProc(neighbProcNo(), pBufs);
|
||||||
@ -172,7 +161,6 @@ void Foam::processorPolyPatch::initGeometry(PstreamBuffers& pBufs)
|
|||||||
|
|
||||||
void Foam::processorPolyPatch::calcGeometry(PstreamBuffers& pBufs)
|
void Foam::processorPolyPatch::calcGeometry(PstreamBuffers& pBufs)
|
||||||
{
|
{
|
||||||
//Pout<< "processorPolyPatch::calcGeometry() for " << name() << endl;
|
|
||||||
if (Pstream::parRun())
|
if (Pstream::parRun())
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
@ -184,8 +172,6 @@ void Foam::processorPolyPatch::calcGeometry(PstreamBuffers& pBufs)
|
|||||||
>> neighbFaceCellCentres_;
|
>> neighbFaceCellCentres_;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Pout<< "processorPolyPatch::calcGeometry() : received data for "
|
|
||||||
// << neighbFaceCentres_.size() << " faces." << endl;
|
|
||||||
|
|
||||||
// My normals
|
// My normals
|
||||||
vectorField faceNormals(size());
|
vectorField faceNormals(size());
|
||||||
@ -252,9 +238,6 @@ void Foam::processorPolyPatch::calcGeometry(PstreamBuffers& pBufs)
|
|||||||
nbrFaceNormals,
|
nbrFaceNormals,
|
||||||
calcFaceTol(*this, points(), faceCentres())
|
calcFaceTol(*this, points(), faceCentres())
|
||||||
);
|
);
|
||||||
//Pout<< "**neighbFaceCentres_:" << neighbFaceCentres_ << endl;
|
|
||||||
//Pout<< "**neighbFaceAreas_:" << neighbFaceAreas_ << endl;
|
|
||||||
//Pout<< "**neighbFaceCellCentres_:" << neighbFaceCellCentres_ << endl;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user