46 #ifndef MUELU_NULLSPACEPRESMOOTHFACTORY_DECL_HPP 47 #define MUELU_NULLSPACEPRESMOOTHFACTORY_DECL_HPP 55 template <
class Scalar =
double,
class LocalOrdinal =
int,
class GlobalOrdinal = LocalOrdinal,
class Node = KokkosClassic::DefaultNode::DefaultNodeType>
57 #undef MUELU_NULLSPACEPRESMOOTHFACTORY_SHORT 101 #define MUELU_NULLSPACEPRESMOOTHFACTORY_SHORT 102 #endif // MUELU_NULLSPACEPRESMOOTHFACTORY_DECL_HPP void Build(Level ¤tLevel) const
Build an object with this factory.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
Namespace for MueLu classes and methods.
Class that holds all level-specific information.
virtual ~NullspacePresmoothFactory()
Destructor.
NullspacePresmoothFactory()
Constructor.
void DeclareInput(Level ¤tLevel) const
Specifies the data that this class needs, and the factories that generate that data.
Base class for factories that use one level (currentLevel).