46 #ifndef PACKAGES_MUELU_SRC_REBALANCING_MUELU_CLONEREPARTITIONINTERFACE_DECL_HPP_
47 #define PACKAGES_MUELU_SRC_REBALANCING_MUELU_CLONEREPARTITIONINTERFACE_DECL_HPP_
50 #include <Xpetra_Map.hpp>
51 #include <Xpetra_Matrix.hpp>
52 #include <Xpetra_MapFactory_fwd.hpp>
53 #include <Xpetra_VectorFactory_fwd.hpp>
54 #include <Xpetra_BlockedCrsMatrix_fwd.hpp>
105 #undef MUELU_CLONEREPARTITIONINTERFACE_SHORT
143 #define MUELU_CLONEREPARTITIONINTERFACE_SHORT
Helper class which transforms an "Partition" array generated from a block in a blocked operator to a ...
MueLu::DefaultLocalOrdinal LocalOrdinal
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
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).