DUNE PDELab (2.7)
ISTL_Factory
Namespaces | |
| namespace | Dune |
| Dune namespace. | |
Classes | |
| class | Dune::SolverFactory< Operator > |
Factory to assembly solvers configured by a ParameterTree. More... | |
Functions | |
| template<class Operator > | |
| std::shared_ptr< InverseOperator< typename Operator::domain_type, typename Operator::range_type > > | Dune::getSolverFromFactory (std::shared_ptr< Operator > op, const ParameterTree &config, std::shared_ptr< Preconditioner< typename Operator::domain_type, typename Operator::range_type > > prec=nullptr) |
Instantiates an InverseOperator from an Operator and a configuration given as a ParameterTree. More... | |
Detailed Description
Function Documentation
◆ getSolverFromFactory()
template<class Operator >
| std::shared_ptr< InverseOperator< typename Operator::domain_type, typename Operator::range_type > > Dune::getSolverFromFactory | ( | std::shared_ptr< Operator > | op, |
| const ParameterTree & | config, | ||
| std::shared_ptr< Preconditioner< typename Operator::domain_type, typename Operator::range_type > > | prec = nullptr |
||
| ) |
Instantiates an InverseOperator from an Operator and a configuration given as a ParameterTree.
- Parameters
-
op Operator config ParameterTreewith configurationprec Custom Preconditioner(optional). If not given it will be created with thePreconditionerFactoryand the configuration given in subKey "preconditioner".
|
Legal Statements / Impressum |
Hosted by TU Dresden & Uni Heidelberg |
generated with Hugo v0.111.3
(Mar 3, 23:33, 2026)