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
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
Class for restricting a MultiVector from a finer to a coarser level.
void DeclareInput(Level &finelevel, Level &coarseLevel) const
Specifies the data that this class needs, and the factories that generate that data.
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
MultiVectorTransferFactory()
Constructor.
virtual ~MultiVectorTransferFactory()
Destructor.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
static ArrayRCP< SC > expandCoordinates(ArrayRCP< SC > coord, LocalOrdinal blksize)
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