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
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.
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Class that holds all level-specific information.
void CallDeclareInput(Level &requestedLevel) const
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.