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.
Namespace for MueLu classes and methods.
CloneRepartitionInterface()
Constructor.
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
void Build(Level &level) const
Build an object with this factory.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
void DeclareInput(Level &level) const
Specifies the data that this class needs, and the factories that generate that data.
Base class for factories that use one level (currentLevel).