10 #ifndef MUELU_REBALANCEACFACTORY_DECL_HPP
11 #define MUELU_REBALANCEACFACTORY_DECL_HPP
35 #undef MUELU_REBALANCEACFACTORY_SHORT
82 #define MUELU_REBALANCEACFACTORY_SHORT
83 #endif // MUELU_REBALANCEACFACTORY_DECL_HPP
MueLu::DefaultLocalOrdinal LocalOrdinal
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
size_t NumRebalanceFactories() const
Returns number of transfer factories.
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 AddRebalanceFactory(const RCP< const FactoryBase > &factory)
Add rebalancing factory in the end of list of rebalancing factories in RebalanceAcFactory.
MueLu::DefaultScalar Scalar
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
virtual ~RebalanceAcFactory()
std::vector< RCP< const FactoryBase > > rebalanceFacts_
list of user-defined rebalancing Factories
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Input.
Factory for building coarse matrices.