10#ifndef MUELU_COORDINATESTRANSFER_FACTORY_DECL_HPP
11#define MUELU_COORDINATESTRANSFER_FACTORY_DECL_HPP
15#include "Xpetra_MultiVector_fwd.hpp"
16#include "Xpetra_MultiVectorFactory_fwd.hpp"
73#undef MUELU_COORDINATESTRANSFERFACTORY_SHORT
122#define MUELU_COORDINATESTRANSFERFACTORY_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class for transferring coordinates from a finer level to a coarser one.
GlobalOrdinal global_ordinal_type
Node::execution_space execution_space
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
void DeclareInput(Level &finelevel, Level &coarseLevel) const
Specifies the data that this class needs, and the factories that generate that data.
LocalOrdinal local_ordinal_type
CoordinatesTransferFactory()
Constructor.
virtual ~CoordinatesTransferFactory()
Destructor.
Class that holds all level-specific information.
Base class for factories that use two levels (fineLevel and coarseLevel).
Namespace for MueLu classes and methods.
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar