46 #ifndef MUELU_INITIALBLOCKNUMBER_FACTORY_DECL_HPP 47 #define MUELU_INITIALBLOCKNUMBER_FACTORY_DECL_HPP 51 #include "Xpetra_Matrix_fwd.hpp" 52 #include "Xpetra_Vector_fwd.hpp" 53 #include "Xpetra_VectorFactory_fwd.hpp" 72 #undef MUELU_INITIALBLOCKNUMBERFACTORY_SHORT 115 #define MUELU_INITIALBLOCKNUMBERFACTORY_SHORT 116 #endif // MUELU_INITIALBLOCKNUMBER_FACTORY_DECL_HPP MueLu::DefaultLocalOrdinal LocalOrdinal
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Class for generating an initial LocalOrdinal-type BlockNumber vector, based on an input paraemter for...
InitialBlockNumberFactory()
Constructor.
void DeclareInput(Level ¤tLevel) const
Specifies the data that this class needs, and the factories that generate that data.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
Namespace for MueLu classes and methods.
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
void Build(Level ¤tLevel) const
Build an object with this factory.
virtual ~InitialBlockNumberFactory()
Destructor.
Base class for factories that use one level (currentLevel).