Go to the documentation of this file.
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"
65 template <
class Scalar =
double,
class LocalOrdinal =
int,
class GlobalOrdinal = LocalOrdinal,
class Node = KokkosClassic::DefaultNode::DefaultNodeType>
67 #undef MUELU_MULTIVECTORTRANSFERFACTORY_SHORT
121 #define MUELU_MULTIVECTORTRANSFERFACTORY_SHORT
122 #endif // MUELU_MULTIVECTORTRANSFER_FACTORY_DECL_HPP
Class for restricting a MultiVector from a finer to a coarser level.
Namespace for MueLu classes and methods.
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
static ArrayRCP< SC > expandCoordinates(ArrayRCP< SC > coord, LocalOrdinal blksize)
void DeclareInput(Level &finelevel, Level &coarseLevel) const
Specifies the data that this class needs, and the factories that generate that data.
virtual ~MultiVectorTransferFactory()
Destructor.
Base class for factories that use two levels (fineLevel and coarseLevel).
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
Class that holds all level-specific information.
MultiVectorTransferFactory()
Constructor.