#include <MueLu_FactoryAcceptor.hpp>
Definition at line 21 of file MueLu_FactoryAcceptor.hpp.
◆ ~FactoryAcceptor()
| virtual MueLu::FactoryAcceptor::~FactoryAcceptor |
( |
| ) |
|
|
virtualdefault |
◆ SetFactory()
| virtual void MueLu::FactoryAcceptor::SetFactory |
( |
const std::string & |
varName, |
|
|
const RCP< const FactoryBase > & |
factory |
|
) |
| |
|
pure virtual |
Configuration.
SetFactory is for expert users only. To change configuration of the preconditioner, use a factory manager.
Implemented in MueLu::Factory, MueLu::DirectSolver< Scalar, LocalOrdinal, GlobalOrdinal, Node >, MueLu::MergedSmoother< Scalar, LocalOrdinal, GlobalOrdinal, Node >, and MueLu::TrilinosSmoother< Scalar, LocalOrdinal, GlobalOrdinal, Node >.
◆ GetFactory()
| virtual const RCP< const FactoryBase > MueLu::FactoryAcceptor::GetFactory |
( |
const std::string & |
varName | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: