Skip to content
Snippets Groups Projects
Commit f559a96b authored by laurence's avatar laurence
Browse files

ENH: foamyHexMesh: Write all mesh regions by default

parent 805e8ead
Branches
Tags
No related merge requests found
......@@ -109,9 +109,9 @@ polyMeshFiltering
{
filterEdges on;
filterFaces off;
writeTetDualMesh false;
writeCellShapeControlMesh false;
writeBackgroundMeshDecomposition false;
writeTetDualMesh true;
writeCellShapeControlMesh true;
writeBackgroundMeshDecomposition true;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment