46 #ifndef MUELU_NOFACTORY_HPP 47 #define MUELU_NOFACTORY_HPP 50 #include "Teuchos_RCPDecl.hpp" 51 #include "Teuchos_RCP.hpp" 52 #include "MueLu_config.hpp" 90 static const RCP<const NoFactory>
getRCP() {
101 #ifdef HAVE_MUELU_DEBUG 102 void ResetDebugData()
const { }
112 #endif // MUELU_NOFACTORY_HPP
Namespace for MueLu classes and methods.
Base class for factories (e.g., R, P, and A_coarse).
void CallBuild(Level &requestedLevel) const
Implementation of FactoryBase interface.
Class that holds all level-specific information.
virtual ~NoFactory()
Destructor.
void CallDeclareInput(Level &) const
static RCP< const NoFactory > noFactory_
NoFactory that is used for data stored in level class for that no generating factory is available/nec...
static const RCP< const NoFactory > getRCP()
Static Get() functions.