Skip to content

Add ParameterTree Constructors for direct solvers

Simon Praetorius requested to merge feature/direct_solver_constructors into master

Summary

Add ParameterTree constructors for direct solvers

Details

To be consistent with other linear solvers, a constructor with a ParameterTree argument is added to all direct solvers. Mostly the verbosity level is read from the configuration, but SuperLU also reads the reuseVector parameter.

Merge request reports