Skip to content
Snippets Groups Projects
Commit d6ff22e5 authored by Kutalmış Berçin's avatar Kutalmış Berçin Committed by Andrew Heather
Browse files

ENH: KirchhoffShell: simplification of log output

parent fa03050e
1 merge request!478ENH: linear solvers: add variable-specific debug flags
......@@ -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())
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment