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