Skip to content
Snippets Groups Projects
Commit 16e5a280 authored by mattijs's avatar mattijs
Browse files

ENH: refineMesh : add region option.

parent 7bcdbfc3
Branches
Tags
No related merge requests found
......@@ -296,6 +296,7 @@ int main(int argc, char *argv[])
);
#include "addOverwriteOption.H"
#include "addRegionOption.H"
argList::addBoolOption
(
"dict",
......@@ -305,7 +306,7 @@ int main(int argc, char *argv[])
#include "setRootCase.H"
#include "createTime.H"
runTime.functionObjects().off();
#include "createPolyMesh.H"
#include "createNamedPolyMesh.H"
const word oldInstance = mesh.pointsInstance();
printEdgeStats(mesh);
......
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