Suggestion: Display 'Using modified Gram-Schmidt in GMRES' on msg::info instead of msg::print
Hi again,
Just a little suggestion: the string "Using modified Gram-Schmidt in GMRES"
is displayed using the msg::print
level, while the rest in Formulation::solve()
is shown on the msg::info
level.
In my opinion, it would simplify verbosity control to have everything at the msg::info
level.
Any thoughts on that?
Cheers, Nicolas.