ENH: added writeTetMesh control to dump tets

This commit is contained in:
mattijs
2011-06-24 16:16:31 +01:00
parent a96dd6584a
commit 3732286a69

View File

@ -395,6 +395,9 @@ motionControl
// Do not change. See cvControls.H
polyMeshFiltering
{
// Write the underlying Delaunay tet mesh at output time
writeTetMesh true;
// Upper limit on the size of faces to be filtered.
// fraction of the local target cell size
filterSizeCoeff 0.2;