46 #ifndef MUELU_REBALANCETRANSFERFACTORY_DECL_HPP
47 #define MUELU_REBALANCETRANSFERFACTORY_DECL_HPP
75 template <
class Scalar =
double,
class LocalOrdinal =
int,
class GlobalOrdinal = LocalOrdinal,
class Node = KokkosClassic::DefaultNode::DefaultNodeType>
77 #undef MUELU_REBALANCETRANSFERFACTORY_SHORT
118 #define MUELU_REBALANCETRANSFERFACTORY_SHORT
119 #endif // MUELU_REBALANCETRANSFERFACTORY_DECL_HPP
Base class for factories that use two levels (fineLevel and coarseLevel).
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.
Class that holds all level-specific information.
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
Applies permutation to grid transfer operators.
RebalanceTransferFactory()
Constructor.
virtual ~RebalanceTransferFactory()
Destructor.