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> 97 template <
class Scalar =
double,
class LocalOrdinal =
int,
class GlobalOrdinal = LocalOrdinal,
class Node = KokkosClassic::DefaultNode::DefaultNodeType>
99 #undef MUELU_SUBBLOCKAFACTORY_SHORT 152 #define MUELU_SUBBLOCKAFACTORY_SHORT virtual ~SubBlockAFactory()
Destructor.
RCP< const ParameterList > GetValidParameterList() const
Input.
SubBlockAFactory()
Constructor.
bool CheckForUserSpecifiedBlockInfo(bool bRange, std::vector< size_t > &stridingInfo, LocalOrdinal &stridedBlockId) const
Namespace for MueLu classes and methods.
void Build(Level ¤tLevel) const
Build an object with this factory.
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).