ENH: Add construction of octree for each region of a triSurfaceMesh.

+ Remove tolerance based method for finding intersections and use the
  new method of masking previously hit shapes from the octree.
This commit is contained in:
laurence
2013-03-21 10:13:13 +00:00
parent 986af7372d
commit 640b4e4325
8 changed files with 413 additions and 132 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -694,6 +694,7 @@ void Foam::surfaceIntersection::doCutEdges
}
while (doTrack);
}
intersection::setPlanarTol(oldTol);
}