| 
    MueLu
    Version of the Day
    
   | 
 
#include <MueLu_FactoryAcceptor.hpp>
  
 Public Member Functions | |
| virtual | ~FactoryAcceptor () | 
| virtual void | SetFactory (const std::string &varName, const RCP< const FactoryBase > &factory)=0 | 
| Configuration.  More... | |
| virtual const RCP< const  FactoryBase >  | GetFactory (const std::string &varName) const =0 | 
Definition at line 57 of file MueLu_FactoryAcceptor.hpp.
      
  | 
  inlinevirtual | 
Definition at line 61 of file MueLu_FactoryAcceptor.hpp.
      
  | 
  pure virtual | 
Configuration.
SetFactory is for expert users only. To change configuration of the preconditioner, use a factory manager.
Implemented in MueLu::TrilinosSmoother< Scalar, LocalOrdinal, GlobalOrdinal, Node >, MueLu::MergedSmoother< Scalar, LocalOrdinal, GlobalOrdinal, Node >, and MueLu::DirectSolver< Scalar, LocalOrdinal, GlobalOrdinal, Node >.
      
  | 
  pure virtual |