Moved vertex size and alignment setting to an external function. Still needs to

have a stored point rebuild mechanism.

Added functions to decide when and how to rebuild and store the surface
conformation.  conformToSurface is now private, so only move can be called from
outside the conformalVoronoiMesh class.
This commit is contained in:
graham
2009-08-05 15:27:06 +01:00
parent 97900b0ba4
commit 20407ca628
3 changed files with 395 additions and 333 deletions

View File

@ -62,8 +62,6 @@ int main(int argc, char *argv[])
Info<< nl << "Time = " << runTime.timeName() << endl;
mesh.move();
// mesh.conformToSurface();
}
mesh.writeMesh();