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
f6cc29b8
Commit
f6cc29b8
authored
Aug 04, 2011
by
mattijs
Browse files
STYLE: conformalVoronoiMeshCalcDualMesh: updated message
parent
cb5796df
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/mesh/generation/cvMesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshCalcDualMesh.C
View file @
f6cc29b8
...
...
@@ -129,11 +129,7 @@ void Foam::conformalVoronoiMesh::calcDualMesh
PackedBoolList
boundaryPts
(
number_of_cells
(),
false
);
indexDualVertices
(
points
,
boundaryPts
);
indexDualVertices
(
points
,
boundaryPts
);
{
// Ideally requires a no-risk face filtering to get rid of zero area
...
...
@@ -191,11 +187,7 @@ void Foam::conformalVoronoiMesh::calcDualMesh
// Reindexing the Delaunay cells and regenerating the
// points resets the mesh to the starting condition.
indexDualVertices
(
points
,
boundaryPts
);
indexDualVertices
(
points
,
boundaryPts
);
{
Info
<<
nl
<<
"Merging close points"
<<
endl
;
...
...
@@ -642,10 +634,12 @@ Foam::label Foam::conformalVoronoiMesh::mergeCloseDualVertices
Info
<<
"mergeCloseDualVertices:"
<<
" coincident distance:"
<<
coincidentDistanceSqr
<<
" closenessTolerance:"
<<
closenessTolerance
<<
endl
<<
"
identical points
: "
<<
"
zero-length edges
: "
<<
returnReduce
(
nIdentical
,
sumOp
<
label
>
())
<<
endl
<<
" processor edges
: "
<<
"
protected
processor edges : "
<<
returnReduce
(
nProcEdge
,
sumOp
<
label
>
())
<<
endl
<<
" collapsed edges : "
<<
returnReduce
(
nPtsMerged
,
sumOp
<
label
>
())
<<
endl
<<
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