OGS
LinearSolverOptionsParser.h
Go to the documentation of this file.
1
11
#pragma once
12
13
#include "
EigenLinearSolver.h
"
14
#include "
EigenOption.h
"
15
#include "
MathLib/LinAlg/LinearSolverOptionsParser.h
"
16
17
namespace
BaseLib
18
{
19
class
ConfigTree;
20
}
21
22
namespace
MathLib
23
{
24
template
<>
25
struct
LinearSolverOptionsParser
<
EigenLinearSolver
> final
26
{
34
std::tuple<std::string, EigenOption> parseNameAndOptions(
35
std::string
const
& prefix,
36
BaseLib::ConfigTree
const
*
const
solver_config)
const
;
37
};
38
39
}
// namespace MathLib
EigenLinearSolver.h
EigenOption.h
LinearSolverOptionsParser.h
BaseLib::ConfigTree
Definition
ConfigTree.h:107
MathLib::EigenLinearSolver
Definition
EigenLinearSolver.h:27
BaseLib
Definition
TestDefinition.h:21
MathLib
Definition
CreateComponent.h:32
MathLib::LinearSolverOptionsParser
Definition
LinearSolverOptionsParser.h:16
MathLib
LinAlg
Eigen
LinearSolverOptionsParser.h
Generated by
1.12.0