ENH: conformalVoronoiMesh: renamed writeTetMesh to writeTetDualMesh

This commit is contained in:
mattijs
2011-07-19 17:30:25 +01:00
parent 534c6e03ff
commit 68973728a1
10 changed files with 29 additions and 18 deletions

View File

@ -374,7 +374,7 @@ motionControl
polyMeshFiltering
{
// Write the underlying Delaunay tet mesh at output time
writeTetMesh true;
writeTetDualMesh true;
// Upper limit on the size of faces to be filtered.
// fraction of the local target cell size

View File

@ -375,7 +375,7 @@ motionControl
polyMeshFiltering
{
// Write the underlying Delaunay tet mesh at output time
writeTetMesh true;
writeTetDualMesh true;
// Upper limit on the size of faces to be filtered.
// fraction of the local target cell size

View File

@ -196,6 +196,8 @@ motionControl
polyMeshFiltering
{
// Write the underlying Delaunay tet mesh at output time
writeTetDualMesh true;
filterSizeCoeff 0.2;
mergeClosenessCoeff 1e-4;
continueFilteringOnBadInitialPolyMesh true;

View File

@ -171,6 +171,9 @@ motionControl
polyMeshFiltering
{
// Write the underlying Delaunay tet mesh at output time
writeTetDualMesh true;
filterSizeCoeff 0.2;
mergeClosenessCoeff 1e-4;
continueFilteringOnBadInitialPolyMesh true;