Go to the documentation of this file.
46 #ifndef MUELU_REBALANCEBLOCKINTERPOLATIONFACTORY_DECL_HPP_
47 #define MUELU_REBALANCEBLOCKINTERPOLATIONFACTORY_DECL_HPP_
49 #include <Xpetra_Matrix_fwd.hpp>
50 #include <Xpetra_MatrixFactory_fwd.hpp>
51 #include <Xpetra_MapExtractor_fwd.hpp>
52 #include <Xpetra_MapExtractorFactory_fwd.hpp>
53 #include "Xpetra_MultiVector_fwd.hpp"
54 #include "Xpetra_MultiVectorFactory_fwd.hpp"
55 #include "Xpetra_Vector_fwd.hpp"
56 #include "Xpetra_VectorFactory_fwd.hpp"
57 #include "Xpetra_Import_fwd.hpp"
58 #include "Xpetra_ImportFactory_fwd.hpp"
74 template <
class Scalar =
double,
class LocalOrdinal =
int,
class GlobalOrdinal = LocalOrdinal,
class Node = KokkosClassic::DefaultNode::DefaultNodeType>
76 #undef MUELU_REBALANCEBLOCKINTERPOLATIONFACTORY_SHORT
124 #define MUELU_REBALANCEBLOCKINTERPOLATIONFACTORY_SHORT
RebalanceBlockInterpolationFactory()
Constructor.
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Specifies the data that this class needs, and the factories that generate that data.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
Namespace for MueLu classes and methods.
void AddFactoryManager(RCP< const FactoryManagerBase > FactManager)
Add a factory manager.
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
std::vector< Teuchos::RCP< const FactoryManagerBase > > FactManager_
Input factories.
Applies permutation to prolongation operators.
Base class for factories that use two levels (fineLevel and coarseLevel).
virtual ~RebalanceBlockInterpolationFactory()
Destructor.
Class that holds all level-specific information.