10 #ifndef PACKAGES_MUELU_SRC_REBALANCING_MUELU_CLONEREPARTITIONINTERFACE_DECL_HPP_
11 #define PACKAGES_MUELU_SRC_REBALANCING_MUELU_CLONEREPARTITIONINTERFACE_DECL_HPP_
61 #undef MUELU_CLONEREPARTITIONINTERFACE_SHORT
93 #define MUELU_CLONEREPARTITIONINTERFACE_SHORT
Helper class which transforms an "Partition" array generated from a block in a blocked operator to a ...
MueLu::DefaultLocalOrdinal LocalOrdinal
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
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.
MueLu::DefaultScalar Scalar
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
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).