ENH: KirchhoffShell: simplification of log output

This commit is contained in:
Kutalmis Bercin
2021-07-19 13:33:04 +01:00
committed by Andrew Heather
parent fa03050e03
commit d6ff22e5e7

View File

@ -108,7 +108,9 @@ void KirchhoffShell::solveDisplacement()
wEqn.solve();
Info<< "w min/max = " << min(w_) << ", " << max(w_) << endl;
Info<< "ws_vibrationShell: "
<< "min = " << min(w_).value() << ", "
<< "max = " << max(w_).value() << endl;
if (wSubCycle.index() >= wSubCycle.nSubCycles())
{