MueLu Version of the Day
Loading...
Searching...
No Matches
MueLu::FactoryAcceptor Class Referenceabstract

#include <MueLu_FactoryAcceptor.hpp>

Inheritance diagram for MueLu::FactoryAcceptor:
MueLu::Factory MueLu::SmootherPrototype< Scalar, LocalOrdinal, GlobalOrdinal, Node > MueLu::SmootherPrototype< SmootherPrototype<>::scalar_type, typename SmootherPrototype< SmootherPrototype<>::scalar_type >::local_ordinal_type, typename SmootherPrototype< SmootherPrototype<>::scalar_type, typename SmootherPrototype< SmootherPrototype<>::scalar_type >::local_ordinal_type >::global_ordinal_type, typename SmootherPrototype< SmootherPrototype<>::scalar_type, typename SmootherPrototype< SmootherPrototype<>::scalar_type >::local_ordinal_type, typename SmootherPrototype< SmootherPrototype<>::scalar_type, typename SmootherPrototype< SmootherPrototype<>::scalar_type >::local_ordinal_type >::global_ordinal_type >::node_type > MueLu::SmootherPrototype< double, int, int, Xpetra::EpetraNode > MueLu::SmootherPrototype< double, int, int, typename SmootherPrototype< double, int, int >::node_type > MueLu::SmootherPrototype< double, int, GlobalOrdinal, Node > MueLu::SingleLevelFactoryBase MueLu::SmootherPrototype< Scalar, LocalOrdinal, GlobalOrdinal, Node > MueLu::TwoLevelFactoryBase

Public Member Functions

virtual ~FactoryAcceptor ()
virtual void SetFactory (const std::string &varName, const RCP< const FactoryBase > &factory)=0
 Configuration.
virtual const RCP< const FactoryBaseGetFactory (const std::string &varName) const =0

Detailed Description

Definition at line 57 of file MueLu_FactoryAcceptor.hpp.

Constructor & Destructor Documentation

◆ ~FactoryAcceptor()

virtual MueLu::FactoryAcceptor::~FactoryAcceptor ( )
inlinevirtual

Definition at line 61 of file MueLu_FactoryAcceptor.hpp.

Member Function Documentation

◆ SetFactory()

virtual void MueLu::FactoryAcceptor::SetFactory ( const std::string & varName,
const RCP< const FactoryBase > & factory )
pure virtual

◆ GetFactory()

virtual const RCP< const FactoryBase > MueLu::FactoryAcceptor::GetFactory ( const std::string & varName) const
pure virtual

Implemented in MueLu::Factory.


The documentation for this class was generated from the following file: