53 #ifndef MUELU_SUBBLOCKAFACTORY_DECL_HPP_
54 #define MUELU_SUBBLOCKAFACTORY_DECL_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.
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.
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).