46 #ifndef MUELU_REPARTITIONBLOCKDIAGONALFACTORY_DECL_HPP_ 47 #define MUELU_REPARTITIONBLOCKDIAGONALFACTORY_DECL_HPP_ 69 template <
class Scalar = double,
74 #undef MUELU_REPARTITIONBLOCKDIAGONALFACTORY_SHORT 105 #define MUELU_REPARTITIONBLOCKDIAGONALFACTORY_SHORT LocalOrdinal local_ordinal_type
GlobalOrdinal global_ordinal_type
RepartitionBlockDiagonalFactory()
Constructor.
Namespace for MueLu classes and methods.
Class that holds all level-specific information.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
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.
void DeclareInput(Level &level) const
Specifies the data that this class needs, and the factories that generate that data.
virtual ~RepartitionBlockDiagonalFactory()
Destructor.
Base class for factories that use one level (currentLevel).