mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: removePoints: updated comment
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -127,9 +127,7 @@ public:
|
|||||||
// A point can be deleted if
|
// A point can be deleted if
|
||||||
// - it is not used by any edge.
|
// - it is not used by any edge.
|
||||||
// or
|
// or
|
||||||
// - is not used by an internal edge
|
// - is used by only two edges
|
||||||
// - is used by only two boundary edges. (note that these two
|
|
||||||
// edges will always be boundary ones!)
|
|
||||||
// - these two edges are sufficiently in line (cos > minCos)
|
// - these two edges are sufficiently in line (cos > minCos)
|
||||||
// - all processors agree that point can be deleted.
|
// - all processors agree that point can be deleted.
|
||||||
label countPointUsage
|
label countPointUsage
|
||||||
|
|||||||
Reference in New Issue
Block a user