10#ifndef MUELU_REBALANCETRANSFERFACTORY_DECL_HPP
11#define MUELU_REBALANCETRANSFERFACTORY_DECL_HPP
13#include <Xpetra_Matrix_fwd.hpp>
14#include <Xpetra_MatrixFactory_fwd.hpp>
15#include "Xpetra_Vector_fwd.hpp"
16#include "Xpetra_VectorFactory_fwd.hpp"
17#include "Xpetra_MultiVector_fwd.hpp"
18#include "Xpetra_MultiVectorFactory_fwd.hpp"
19#include "Xpetra_Import_fwd.hpp"
20#include "Xpetra_ImportFactory_fwd.hpp"
43#undef MUELU_REBALANCETRANSFERFACTORY_SHORT
84#define MUELU_REBALANCETRANSFERFACTORY_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
Applies permutation to grid transfer operators.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Specifies the data that this class needs, and the factories that generate that data.
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
virtual ~RebalanceTransferFactory()
Destructor.
RebalanceTransferFactory()
Constructor.
Base class for factories that use two levels (fineLevel and coarseLevel).
Namespace for MueLu classes and methods.
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar