Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
433808b6
Commit
433808b6
authored
Nov 22, 2010
by
mattijs
Browse files
STYLE: processorPolyPatch : removed comments
parent
3bbc464d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C
View file @
433808b6
...
...
@@ -63,8 +63,6 @@ Foam::processorPolyPatch::processorPolyPatch
neighbFaceCentres_
(),
neighbFaceAreas_
(),
neighbFaceCellCentres_
()
// neighbPointsPtr_(NULL),
// neighbEdgesPtr_(NULL)
{}
...
...
@@ -82,8 +80,6 @@ Foam::processorPolyPatch::processorPolyPatch
neighbFaceCentres_
(),
neighbFaceAreas_
(),
neighbFaceCellCentres_
()
// neighbPointsPtr_(NULL),
// neighbEdgesPtr_(NULL)
{}
...
...
@@ -99,8 +95,6 @@ Foam::processorPolyPatch::processorPolyPatch
neighbFaceCentres_
(),
neighbFaceAreas_
(),
neighbFaceCellCentres_
()
// neighbPointsPtr_(NULL),
// neighbEdgesPtr_(NULL)
{}
...
...
@@ -119,8 +113,6 @@ Foam::processorPolyPatch::processorPolyPatch
neighbFaceCentres_
(),
neighbFaceAreas_
(),
neighbFaceCellCentres_
()
// neighbPointsPtr_(NULL),
// neighbEdgesPtr_(NULL)
{}
...
...
@@ -139,8 +131,6 @@ Foam::processorPolyPatch::processorPolyPatch
neighbFaceCentres_
(),
neighbFaceAreas_
(),
neighbFaceCellCentres_
()
// neighbPointsPtr_(NULL),
// neighbEdgesPtr_(NULL)
{}
...
...
@@ -157,7 +147,6 @@ Foam::processorPolyPatch::~processorPolyPatch()
void
Foam
::
processorPolyPatch
::
initGeometry
(
PstreamBuffers
&
pBufs
)
{
//Pout<< "**processorPolyPatch::initGeometry()" << endl;
if
(
Pstream
::
parRun
())
{
UOPstream
toNeighbProc
(
neighbProcNo
(),
pBufs
);
...
...
@@ -172,7 +161,6 @@ void Foam::processorPolyPatch::initGeometry(PstreamBuffers& pBufs)
void
Foam
::
processorPolyPatch
::
calcGeometry
(
PstreamBuffers
&
pBufs
)
{
//Pout<< "processorPolyPatch::calcGeometry() for " << name() << endl;
if
(
Pstream
::
parRun
())
{
{
...
...
@@ -184,8 +172,6 @@ void Foam::processorPolyPatch::calcGeometry(PstreamBuffers& pBufs)
>>
neighbFaceCellCentres_
;
}
//Pout<< "processorPolyPatch::calcGeometry() : received data for "
// << neighbFaceCentres_.size() << " faces." << endl;
// My normals
vectorField
faceNormals
(
size
());
...
...
@@ -252,9 +238,6 @@ void Foam::processorPolyPatch::calcGeometry(PstreamBuffers& pBufs)
nbrFaceNormals
,
calcFaceTol
(
*
this
,
points
(),
faceCentres
())
);
//Pout<< "**neighbFaceCentres_:" << neighbFaceCentres_ << endl;
//Pout<< "**neighbFaceAreas_:" << neighbFaceAreas_ << endl;
//Pout<< "**neighbFaceCellCentres_:" << neighbFaceCellCentres_ << endl;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment