Skip to content

Improve verbosity handling in one step methods

René Heß requested to merge feature/set-verbosity-in-linear-solver into master

This includes two changes:

  • Add a method setVerbosityLevel to the StationaryLinearProblemSolver
  • If setVerbosityLevel is called on a one step method we forward this call to the pde solver

Merge request reports