Go to the documentation of this file.
46 #ifndef MUELU_REBALANCEACFACTORY_DECL_HPP
47 #define MUELU_REBALANCEACFACTORY_DECL_HPP
70 template <class Scalar = Xpetra::Matrix<>::scalar_type,
75 #undef MUELU_REBALANCEACFACTORY_SHORT
122 #define MUELU_REBALANCEACFACTORY_SHORT
123 #endif // MUELU_REBALANCEACFACTORY_DECL_HPP
size_t NumRebalanceFactories() const
Returns number of transfer factories.
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Input.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
virtual ~RebalanceAcFactory()
Namespace for MueLu classes and methods.
std::vector< RCP< const FactoryBase > > rebalanceFacts_
list of user-defined rebalancing Factories
void AddRebalanceFactory(const RCP< const FactoryBase > &factory)
Add rebalancing factory in the end of list of rebalancing factories in RebalanceAcFactory.
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
Base class for factories that use two levels (fineLevel and coarseLevel).
Factory for building coarse matrices.
LocalOrdinal local_ordinal_type
GlobalOrdinal global_ordinal_type
Class that holds all level-specific information.