Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
9511eb27
Commit
9511eb27
authored
Apr 02, 2013
by
mattijs
Browse files
ENH: splitMeshRegions: allow -region option
parent
52b11e11
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/mesh/manipulation/splitMeshRegions/splitMeshRegions.C
View file @
9511eb27
...
...
@@ -1404,6 +1404,7 @@ int main(int argc, char *argv[])
(
"splits mesh into multiple regions (detected by walking across faces)"
);
# include "addRegionOption.H"
#include "addOverwriteOption.H"
argList
::
addBoolOption
(
...
...
@@ -1467,7 +1468,7 @@ int main(int argc, char *argv[])
#include "setRootCase.H"
#include "createTime.H"
runTime
.
functionObjects
().
off
();
#include "createMesh.H"
#include "create
Named
Mesh.H"
const
word
oldInstance
=
mesh
.
pointsInstance
();
word
blockedFacesName
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment