10 #ifndef MUELU_MULTIVECTORTRANSFER_FACTORY_DECL_HPP
11 #define MUELU_MULTIVECTORTRANSFER_FACTORY_DECL_HPP
34 #undef MUELU_MULTIVECTORTRANSFERFACTORY_SHORT
87 #define MUELU_MULTIVECTORTRANSFERFACTORY_SHORT
88 #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
Tpetra::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
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar
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.