mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: add cmptMagSqr for scalars, VectorSpace, Fields (#1449)
This commit is contained in:
committed by
Andrew Heather
parent
bc9295ee04
commit
4a5569776e
@ -45,6 +45,7 @@ void printInfo(const vector& vec)
|
||||
<< " sum:" << cmptSum(vec)
|
||||
<< " prod:" << cmptProduct(vec)
|
||||
<< " mag:" << cmptMag(vec)
|
||||
<< " magSqr:" << cmptMagSqr(vec)
|
||||
<< nl << nl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user