20 #ifndef GEOS_PHYSICSSOLVERS_LINEARSOLVERPARAMETERS_HPP_
21 #define GEOS_PHYSICSSOLVERS_LINEARSOLVERPARAMETERS_HPP_
50 static string catalogName() {
return "LinearSolverParameters"; }
57 virtual Group *
createChild(
string const & childKey,
string const & childName )
override final;
60 {
return m_parameters; }
63 {
return m_parameters; }
157 static constexpr
char const * blockString() {
return "Block"; }
Set of parameters for a linear solver or preconditioner.