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
baba0069
Commit
baba0069
authored
Jul 04, 2018
by
Mark OLESEN
Browse files
BUG: inconsistent AMI information (issue
#860
)
- use "min:xxx" format for AMIInterpolation as well
parent
d04100a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C
View file @
baba0069
...
...
@@ -196,9 +196,9 @@ void Foam::AMIInterpolation<SourcePatch, TargetPatch>::normaliseWeights
Info
<<
indent
<<
"AMI: Patch "
<<
patchName
<<
" sum(weights)"
<<
" min
=
"
<<
gMin
(
wghtSum
)
<<
" max
=
"
<<
gMax
(
wghtSum
)
<<
" average
=
"
<<
gAverage
(
wghtSum
)
<<
nl
;
<<
" min
:
"
<<
gMin
(
wghtSum
)
<<
" max
:
"
<<
gMax
(
wghtSum
)
<<
" average
:
"
<<
gAverage
(
wghtSum
)
<<
nl
;
const
label
nLow
=
returnReduce
(
nLowWeight
,
sumOp
<
label
>
());
...
...
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