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
RCP< const ParameterList > GetValidParameterList() const
Input.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
SubBlockAFactory()
Constructor.
bool CheckForUserSpecifiedBlockInfo(bool bRange, std::vector< size_t > &stridingInfo, LocalOrdinal &stridedBlockId) const
Namespace for MueLu classes and methods.
MueLu::DefaultScalar Scalar
void Build(Level ¤tLevel) const
Build an object with this factory.
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
Factory for building a thresholded operator.
void DeclareInput(Level ¤tLevel) const
Specifies the data that this class needs, and the factories that generate that data.
Base class for factories that use one level (currentLevel).