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
d0b95d69
Commit
d0b95d69
authored
Jan 15, 2010
by
mattijs
Browse files
Added mesh region option
parent
b7ba2d27
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/mesh/manipulation/stitchMesh/stitchMesh.C
View file @
d0b95d69
...
...
@@ -96,6 +96,7 @@ void checkPatch(const polyBoundaryMesh& bMesh, const word& name)
int
main
(
int
argc
,
char
*
argv
[])
{
argList
::
noParallel
();
# include "addRegionOption.H"
argList
::
validArgs
.
append
(
"masterPatch"
);
argList
::
validArgs
.
append
(
"slavePatch"
);
...
...
@@ -109,7 +110,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
();
...
...
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