8 #ifndef MUELU_ISORROPIAINTERFACE_DECL_HPP_
9 #define MUELU_ISORROPIAINTERFACE_DECL_HPP_
22 #ifdef HAVE_MUELU_EPETRA
75 template <
class LocalOrdinal = int,
76 class GlobalOrdinal = LocalOrdinal,
81 #undef MUELU_ISORROPIAINTERFACE_SHORT
119 #define MUELU_ISORROPIAINTERFACE_SHORT
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
void Build(Level &level) const
Build an object with this factory.
Interface to IsorropiaInterface to Isorropia allowing to access other rebalancing/repartitioning algo...
Class that holds all level-specific information.
IsorropiaInterface()
Constructor.
void DeclareInput(Level &level) const
Specifies the data that this class needs, and the factories that generate that data.
virtual ~IsorropiaInterface()
Destructor.
Base class for factories that use one level (currentLevel).