#335 inconsistent verbose parameter of solvers
Metadata
Property | Value |
---|---|
Reported by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
Reported at | Dec 28, 2007 19:32 |
Type | Feature Request |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Description
the solvers in istl/solvers.hh use "int verbose", istl/superlu.hh uses "bool verbose=false" and istl/overlappingshwarz.hh doesn't use any verbose parameter at all.
This interface should be consistent among all solvers. I suggest to use an "int verbose=0" for all solvers.
I volunteer to apply these changes.