53 #ifndef MUELU_SUBBLOCKAFACTORY_DECL_HPP_
54 #define MUELU_SUBBLOCKAFACTORY_DECL_HPP_
56 #include <Xpetra_Map_fwd.hpp>
57 #include <Xpetra_MapExtractor_fwd.hpp>
58 #include <Xpetra_StridedMap_fwd.hpp>
59 #include <Xpetra_StridedMapFactory_fwd.hpp>
102 #undef MUELU_SUBBLOCKAFACTORY_SHORT
155 #define MUELU_SUBBLOCKAFACTORY_SHORT
virtual ~SubBlockAFactory()
Destructor.
MueLu::DefaultLocalOrdinal LocalOrdinal
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
SubBlockAFactory()
Constructor.
bool CheckForUserSpecifiedBlockInfo(bool bRange, std::vector< size_t > &stridingInfo, LocalOrdinal &stridedBlockId) const
void DeclareInput(Level ¤tLevel) const
Specifies the data that this class needs, and the factories that generate that data.
void Build(Level ¤tLevel) const
Build an object with this factory.
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
RCP< const ParameterList > GetValidParameterList() const
Input.
Factory for building a thresholded operator.
Base class for factories that use one level (currentLevel).