10 #ifndef MUELU_SUBBLOCKAFACTORY_DECL_HPP_
11 #define MUELU_SUBBLOCKAFACTORY_DECL_HPP_
58 #undef MUELU_SUBBLOCKAFACTORY_SHORT
100 void Build(
Level& currentLevel)
const override;
111 #define MUELU_SUBBLOCKAFACTORY_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
RCP< const ParameterList > GetValidParameterList() const override
Input.
void Build(Level ¤tLevel) const override
Build an object with this factory.
bool CheckForUserSpecifiedBlockInfo(bool bRange, std::vector< size_t > &stridingInfo, LocalOrdinal &stridedBlockId) const
virtual ~SubBlockAFactory()=default
Destructor.
MueLu::DefaultScalar Scalar
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar
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).