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