Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
9e57cef1
Commit
9e57cef1
authored
Nov 12, 2009
by
mattijs
Browse files
fixed reverseFaceMap
parent
9f054e0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/fvMesh/singleCellFvMesh/singleCellFvMesh.C
View file @
9e57cef1
...
...
@@ -146,6 +146,10 @@ void Foam::singleCellFvMesh::agglomerateMesh
// From new patch face back to agglomeration
patchFaceMap_
.
setSize
(
oldPatches
.
size
());
// From fine face to coarse face (or -1)
reverseFaceMap_
.
setSize
(
mesh
.
nFaces
());
reverseFaceMap_
.
labelList
::
operator
=
(
-
1
);
// Face counter
coarseI
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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