OGS
|
Definition at line 24 of file LinearSolverOptionsParser.h.
#include <LinearSolverOptionsParser.h>
Public Member Functions | |
std::tuple< std::string, std::string > | parseNameAndOptions (std::string solver_prefix, BaseLib::ConfigTree const *const config) const |
std::tuple< std::string, std::string > MathLib::LinearSolverOptionsParser< PETScLinearSolver >::parseNameAndOptions | ( | std::string | solver_prefix, |
BaseLib::ConfigTree const *const | config ) const |
The method parses the linear solver options for PETSc.
solver_prefix | the prefix for the linear solver to distinguish different linear solvers for instance in the staggered schema |
config | the part of the property tree (usually created from the linear solver section in the project file) |
Definition at line 19 of file LinearSolverOptionsParser.cpp.
References BaseLib::ConfigTree::getConfigSubtreeOptional(), and MathLib::ignoreOtherLinearSolvers().