46 #ifndef PACKAGES_MUELU_SRC_REBALANCING_MUELU_CLONEREPARTITIONINTERFACE_DECL_HPP_
47 #define PACKAGES_MUELU_SRC_REBALANCING_MUELU_CLONEREPARTITIONINTERFACE_DECL_HPP_
99 template <
class Scalar =
double,
class LocalOrdinal =
int,
class GlobalOrdinal = LocalOrdinal,
class Node = KokkosClassic::DefaultNode::DefaultNodeType>
102 #undef MUELU_CLONEREPARTITIONINTERFACE_SHORT
140 #define MUELU_CLONEREPARTITIONINTERFACE_SHORT
Helper class which transforms an "Partition" array generated from a block in a blocked operator to a ...
virtual ~CloneRepartitionInterface()
Destructor.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
CloneRepartitionInterface()
Constructor.
void DeclareInput(Level &level) const
Specifies the data that this class needs, and the factories that generate that data.
Class that holds all level-specific information.
void Build(Level &level) const
Build an object with this factory.
Base class for factories that use one level (currentLevel).