46 #ifndef MUELU_STRUCTUREDAGGREGATIONFACTORY_KOKKOS_DECL_HPP 47 #define MUELU_STRUCTUREDAGGREGATIONFACTORY_KOKKOS_DECL_HPP 56 #include <KokkosCompat_ClassicNodeAPI_Wrapper.hpp> 110 #undef MUELU_STRUCTUREDAGGREGATIONFACTORY_KOKKOS_SHORT 130 void SetOnePtMapName(
const std::string name, Teuchos::RCP<const FactoryBase> mapFact) {
131 SetParameter(
"OnePt aggregate map name", ParameterEntry(std::string(name)));
132 SetFactory(
"OnePt aggregate map factory",mapFact);
163 #define MUELU_STRUCTUREDAGGREGATIONFACTORY_KOKKOS_SHORT 164 #endif // MUELU_UNCOUPLEDAGGREGATIONFACTORY_KOKKOS_DECL_HPP MueLu::DefaultLocalOrdinal LocalOrdinal
void Build(Level ¤tLevel) const
Build aggregates.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
void SetOnePtMapName(const std::string name, Teuchos::RCP< const FactoryBase > mapFact)
virtual ~StructuredAggregationFactory_kokkos()
Destructor.
Namespace for MueLu classes and methods.
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
void DeclareInput(Level ¤tLevel) const
Input.
void SetParameter(const std::string &name, const ParameterEntry &entry)
Set a parameter directly as a ParameterEntry.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
virtual void SetFactory(const std::string &varName, const RCP< const FactoryBase > &factory)
Configuration.
Factory for building structured aggregates or CrsGraph for interpolation base prolongator.
StructuredAggregationFactory_kokkos()
Constructor.
Base class for factories that use one level (currentLevel).