47 #ifndef PACKAGES_MUELU_SRC_REBALANCING_MUELU_REPARTITIONHEURISTICFACTORY_DECL_HPP_ 48 #define PACKAGES_MUELU_SRC_REBALANCING_MUELU_REPARTITIONHEURISTICFACTORY_DECL_HPP_ 118 template <
class Scalar =
double,
class LocalOrdinal =
int,
class GlobalOrdinal = LocalOrdinal,
class Node = KokkosClassic::DefaultNode::DefaultNodeType>
120 #undef MUELU_REPARTITIONHEURISTICFACTORY_SHORT 160 #define MUELU_REPARTITIONHEURISTICFACTORY_SHORT 162 #endif //ifdef HAVE_MPI Factory for determing the number of partitions for rebalancing.
void DeclareInput(Level ¤tLevel) const
Determines the data that RepartitionHeuristicFactory needs, and the factories that generate that data...
virtual ~RepartitionHeuristicFactory()
Destructor.
void Build(Level ¤tLevel) const
Build an object with this factory.
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.
Base class for factories that use one level (currentLevel).
RepartitionHeuristicFactory()
Constructor.