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
d8638da0
Commit
d8638da0
authored
Jul 29, 2008
by
Mattijs Janssens
Browse files
set number of patches before changing faces
parent
6bd5df7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/mesh/manipulation/mergeMeshes/mergePolyMesh.C
View file @
d8638da0
...
...
@@ -275,6 +275,12 @@ void Foam::mergePolyMesh::addMesh(const polyMesh& m)
patchIndices
[
patchI
]
=
patchIndex
(
bm
[
patchI
]);
}
// Temporary: update number of allowable patches. This should be
// determined at the top - before adding anything.
meshMod_
.
setNumPatches
(
patchNames_
.
size
());
const
faceZoneMesh
&
fz
=
m
.
faceZones
();
labelList
faceZoneIndices
(
fz
.
size
());
...
...
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