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
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
void AddFactoryManager(RCP< const FactoryManagerBase > FactManager)
Add a factory manager.
std::vector< RCP< const FactoryBase > > rebalanceFacts_
list of user-defined rebalancing Factories
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Input.
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
size_t NumRebalanceFactories() const
Returns number of transfer factories.
void AddRebalanceFactory(const RCP< const FactoryBase > &factory)
Add rebalancing factory in the end of list of rebalancing factories in RebalanceAcFactory.
std::vector< Teuchos::RCP< const FactoryManagerBase > > FactManager_
Input factories.
Base class for factories that use two levels (fineLevel and coarseLevel).
Namespace for MueLu classes and methods.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar