47 #ifndef MUELU_REBALANCEBLOCKACFACTORY_DECL_HPP_ 48 #define MUELU_REBALANCEBLOCKACFACTORY_DECL_HPP_ 50 #include <Xpetra_Matrix_fwd.hpp> 51 #include <Xpetra_CrsMatrix_fwd.hpp> 52 #include <Xpetra_CrsMatrixWrap_fwd.hpp> 53 #include <Xpetra_MatrixFactory_fwd.hpp> 54 #include <Xpetra_Vector_fwd.hpp> 55 #include <Xpetra_VectorFactory_fwd.hpp> 56 #include <Xpetra_MapExtractor_fwd.hpp> 57 #include <Xpetra_MapExtractorFactory_fwd.hpp> 104 #undef MUELU_REBALANCEBLOCKACFACTORY_SHORT 147 #define MUELU_REBALANCEBLOCKACFACTORY_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 DeclareInput(Level &fineLevel, Level &coarseLevel) const
Input.
void AddFactoryManager(RCP< const FactoryManagerBase > FactManager)
Add a factory manager.
Base class for factories that use two levels (fineLevel and coarseLevel).
Namespace for MueLu classes and methods.
MueLu::DefaultScalar Scalar
void AddRebalanceFactory(const RCP< const FactoryBase > &factory)
Add rebalancing factory in the end of list of rebalancing factories in RebalanceAcFactory.
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
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.
std::vector< Teuchos::RCP< const FactoryManagerBase > > FactManager_
Input factories.
size_t NumRebalanceFactories() const
Returns number of transfer factories.