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_BlockedMultiVector.hpp>
18 #include <Xpetra_BlockedVector.hpp>
19 #include <Xpetra_VectorFactory.hpp>
20 #include <Xpetra_CrsGraphFactory.hpp>
22 #ifdef HAVE_MUELU_EPETRA
23 #include <Xpetra_EpetraCrsGraph.hpp>
80 #undef MUELU_ISORROPIAINTERFACE_SHORT
118 #define MUELU_ISORROPIAINTERFACE_SHORT
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
MueLu::DefaultLocalOrdinal LocalOrdinal
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
void Build(Level &level) const
Build an object with this factory.
Interface to IsorropiaInterface to Isorropia allowing to access other rebalancing/repartitioning algo...
MueLu::DefaultGlobalOrdinal GlobalOrdinal
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).