8 #ifndef MUELU_ISORROPIAINTERFACE_DECL_HPP_ 9 #define MUELU_ISORROPIAINTERFACE_DECL_HPP_ 15 #include <Xpetra_Matrix.hpp> 16 #include <Xpetra_MapFactory_fwd.hpp> 17 #include <Xpetra_VectorFactory.hpp> 18 #include <Xpetra_CrsGraphFactory.hpp> 20 #ifdef HAVE_MUELU_EPETRA 21 #include <Xpetra_EpetraCrsGraph.hpp> 24 #ifdef HAVE_MUELU_TPETRA 25 #include <Xpetra_TpetraCrsGraph.hpp> 77 template <
class LocalOrdinal = int,
78 class GlobalOrdinal = LocalOrdinal,
79 class Node = KokkosClassic::DefaultNode::DefaultNodeType>
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).