openfoam/applications/utilities/mesh/generation/cvMesh
graham 1f8e1a0a58 Added objOutput Switch to controls to allow debug obj output to be controlled.
Added function to limit vertex displacements that penetrate the surface or come
to close to it (closer than twice the local point pair distance) by recursively
halving the displacement vector.

Using runTime.loop() construct in app for time loop - with runTime++ at the end
of the loop - wasn't getting the polyMesh written to the final timestep.  Moving
targetCellSize and internal delaunay vertex writing out of writeDual function
and calling them from the move() function.
2009-07-14 15:34:30 +01:00
..
Make Tidying up CGAL and boost inclusion. Removed the CGAL_PATH variable, using 2009-05-28 20:39:03 +01:00
cvMesh.C Added objOutput Switch to controls to allow debug obj output to be controlled. 2009-07-14 15:34:30 +01:00