46 #ifndef MUELU_NOFACTORY_HPP
47 #define MUELU_NOFACTORY_HPP
52 #include "MueLu_config.hpp"
101 #ifdef HAVE_MUELU_DEBUG
102 void ResetDebugData()
const { }
112 #endif // MUELU_NOFACTORY_HPP
void CallBuild(Level &requestedLevel) const
Implementation of FactoryBase interface.
void CallDeclareInput(Level &) const
Base class for factories (e.g., R, P, and A_coarse).
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Class that holds all level-specific information.
virtual ~NoFactory()
Destructor.
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.