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