Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Development
OpenFOAM-plus
Commits
4359032a
Commit
4359032a
authored
Jan 30, 2019
by
mattijs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG: decomposePar: incorrect indexing. Fixes
#1189
.
parent
eff78243
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
applications/utilities/parallelProcessing/decomposePar/faMeshDecomposition.C
...ies/parallelProcessing/decomposePar/faMeshDecomposition.C
+2
-2
No files found.
applications/utilities/parallelProcessing/decomposePar/faMeshDecomposition.C
View file @
4359032a
...
...
@@ -3,7 +3,7 @@
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd |
\\/ M anipulation | Copyright (C) 2018 OpenCFD Ltd.
\\/ M anipulation | Copyright (C) 2018
-2019
OpenCFD Ltd.
-------------------------------------------------------------------------------
| Copyright (C) 2016-2017 Wikki Ltd
-------------------------------------------------------------------------------
...
...
@@ -796,7 +796,7 @@ void Foam::faMeshDecomposition::decomposeMesh()
// calculate the size
label
nEdgesOnProcessor
=
curProcEdges
.
size
();
for
(
const
auto
&
bedges
:
interProcBEdges
)
for
(
const
auto
&
bedges
:
interProcBEdges
[
procI
]
)
{
nEdgesOnProcessor
+=
bedges
.
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