8 #ifndef PACKAGES_MUELU_SRC_MUECENTRAL_MUELU_TOPSMOOTHERFACTORY_DECL_HPP_ 9 #define PACKAGES_MUELU_SRC_MUECENTRAL_MUELU_TOPSMOOTHERFACTORY_DECL_HPP_ 26 template <
class Scalar =
double,
class LocalOrdinal =
int,
class GlobalOrdinal = LocalOrdinal,
class Node = KokkosClassic::DefaultNode::DefaultNodeType>
28 #undef MUELU_TOPSMOOTHERFACTORY_SHORT 33 TopSmootherFactory(RCP<const FactoryManagerBase> parentFactoryManager,
const std::string& varName);
48 #define MUELU_TOPSMOOTHERFACTORY_SHORT void DeclareInput(Level &level) const
Specifies the data that this class needs, and the factories that generate that data.
Namespace for MueLu classes and methods.
virtual ~TopSmootherFactory()
Class that holds all level-specific information.
void Build(Level &level) const
Build an object with this factory.
RCP< const FactoryBase > preSmootherFact_
RCP< const FactoryBase > postSmootherFact_
Base class for factories that use one level (currentLevel).
TopSmootherFactory(RCP< const FactoryManagerBase > parentFactoryManager, const std::string &varName)