47 #ifndef MUELU_SUBBLOCKAFACTORY_DECL_HPP_
48 #define MUELU_SUBBLOCKAFACTORY_DECL_HPP_
50 #include <Xpetra_Map_fwd.hpp>
51 #include <Xpetra_MapExtractor_fwd.hpp>
52 #include <Xpetra_StridedMap_fwd.hpp>
53 #include <Xpetra_StridedMapFactory_fwd.hpp>
96 #undef MUELU_SUBBLOCKAFACTORY_SHORT
138 void Build(
Level & currentLevel)
const override;
149 #define MUELU_SUBBLOCKAFACTORY_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
Base class for factories that use one level (currentLevel).
Factory for building a thresholded operator.
void DeclareInput(Level ¤tLevel) const override
Specifies the data that this class needs, and the factories that generate that data.
bool CheckForUserSpecifiedBlockInfo(bool bRange, std::vector< size_t > &stridingInfo, LocalOrdinal &stridedBlockId) const
void Build(Level ¤tLevel) const override
Build an object with this factory.
virtual ~SubBlockAFactory()=default
Destructor.
SubBlockAFactory()=default
Constructor.
RCP< const ParameterList > GetValidParameterList() const override
Input.
Namespace for MueLu classes and methods.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode