46#ifndef MUELU_LOCALORDINALTRANSFER_FACTORY_DECL_HPP
47#define MUELU_LOCALORDINALTRANSFER_FACTORY_DECL_HPP
51#include "Xpetra_MultiVector_fwd.hpp"
52#include "Xpetra_MultiVectorFactory_fwd.hpp"
53#include "Xpetra_CrsGraph_fwd.hpp"
102#undef MUELU_LOCALORDINALTRANSFERFACTORY_SHORT
168#define MUELU_LOCALORDINALTRANSFERFACTORY_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
Class for transferring a vector of local ordinals from a finer level to a coarser one,...
std::string TransferVecName_
The name for the vector to be transfered. This allows us to have multiple factories for different var...
void BuildFC(Level &fineLevel, Level &coarseLevel) const
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
LocalOrdinalTransferFactory(const std::string &TransferVecName, const std::string &mode)
Constructor.
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
void BuildAggregates(Level &fineLevel, Level &coarseLevel) const
void DeclareInput(Level &finelevel, Level &coarseLevel) const
Specifies the data that this class needs, and the factories that generate that data.
bool useAggregatesMode_
Use aggregates mode (as opposed to FC mode)
LocalOrdinalTransferFactory()=delete
virtual ~LocalOrdinalTransferFactory()
Destructor.
Base class for factories that use two levels (fineLevel and coarseLevel).
Namespace for MueLu classes and methods.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode