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
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
bool CheckForUserSpecifiedBlockInfo(bool bRange, std::vector< size_t > &stridingInfo, LocalOrdinal &stridedBlockId) const
RCP< const ParameterList > GetValidParameterList() const override
Input.
void Build(Level ¤tLevel) const override
Build an object with this factory.
Namespace for MueLu classes and methods.
virtual ~SubBlockAFactory()=default
Destructor.
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
SubBlockAFactory()=default
Constructor.
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.
Base class for factories that use one level (currentLevel).