46 #ifndef MUELU_REBALANCEMAPFACTORY_DECL_HPP_
47 #define MUELU_REBALANCEMAPFACTORY_DECL_HPP_
69 template <class LocalOrdinal = Xpetra::Map<>::local_ordinal_type,
75 #undef MUELU_REBALANCEMAPFACTORY_SHORT
106 #define MUELU_REBALANCEMAPFACTORY_SHORT
virtual ~RebalanceMapFactory()
Destructor.
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.
Class that holds all level-specific information.
void DeclareInput(Level &level) const
Specifies the data that this class needs, and the factories that generate that data.
Factory which rebalances a map on current level using the Importer object generated by the Repartitio...
RebalanceMapFactory()
Constructor.
Base class for factories that use one level (currentLevel).