10 #ifndef MUELU_REPARTITIONBLOCKDIAGONALFACTORY_DECL_HPP_
11 #define MUELU_REPARTITIONBLOCKDIAGONALFACTORY_DECL_HPP_
33 #undef MUELU_REPARTITIONBLOCKDIAGONALFACTORY_SHORT
63 #define MUELU_REPARTITIONBLOCKDIAGONALFACTORY_SHORT
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
MueLu::DefaultLocalOrdinal LocalOrdinal
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
RepartitionBlockDiagonalFactory()
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.
Factory which rebalances a map on current level using the Importer object generated by the Repartitio...
void Build(Level &level) const
Build an object with this factory.
virtual ~RepartitionBlockDiagonalFactory()
Destructor.
Base class for factories that use one level (currentLevel).