mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: inconsistent AMI information (issue #860)
- use "min:xxx" format for AMIInterpolation as well
This commit is contained in:
@ -196,9 +196,9 @@ void Foam::AMIInterpolation<SourcePatch, TargetPatch>::normaliseWeights
|
|||||||
Info<< indent
|
Info<< indent
|
||||||
<< "AMI: Patch " << patchName
|
<< "AMI: Patch " << patchName
|
||||||
<< " sum(weights)"
|
<< " sum(weights)"
|
||||||
<< " min = " << gMin(wghtSum)
|
<< " min:" << gMin(wghtSum)
|
||||||
<< " max = " << gMax(wghtSum)
|
<< " max:" << gMax(wghtSum)
|
||||||
<< " average = " << gAverage(wghtSum) << nl;
|
<< " average:" << gAverage(wghtSum) << nl;
|
||||||
|
|
||||||
const label nLow = returnReduce(nLowWeight, sumOp<label>());
|
const label nLow = returnReduce(nLowWeight, sumOp<label>());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user