46 #ifndef MUELU_MULTIVECTORTRANSFER_FACTORY_DECL_HPP
47 #define MUELU_MULTIVECTORTRANSFER_FACTORY_DECL_HPP
51 #include "Xpetra_MultiVector_fwd.hpp"
52 #include "Xpetra_MultiVectorFactory_fwd.hpp"
53 #include "Xpetra_Matrix.hpp"
70 #undef MUELU_MULTIVECTORTRANSFERFACTORY_SHORT
124 #define MUELU_MULTIVECTORTRANSFERFACTORY_SHORT
125 #endif // MUELU_MULTIVECTORTRANSFER_FACTORY_DECL_HPP
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
MueLu::DefaultLocalOrdinal LocalOrdinal
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Class for restricting a MultiVector from a finer to a coarser level.
Base class for factories that use two levels (fineLevel and coarseLevel).
void DeclareInput(Level &finelevel, Level &coarseLevel) const
Specifies the data that this class needs, and the factories that generate that data.
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
static ArrayRCP< SC > expandCoordinates(ArrayRCP< SC > coord, LocalOrdinal blksize)
virtual ~MultiVectorTransferFactory()
Destructor.
MultiVectorTransferFactory()
Constructor.
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.