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
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultGlobalOrdinal GlobalOrdinal
virtual void SetFactory(const std::string &varName, const RCP< const FactoryBase > &factory)
Configuration.
Class that holds all level-specific information.
void SetParameter(const std::string &name, const ParameterEntry &entry)
Set a parameter directly as a ParameterEntry.
Base class for factories that use one level (currentLevel).
Factory for building structured aggregates or CrsGraph for interpolation base prolongator.
StructuredAggregationFactory_kokkos()
Constructor.
void Build(Level ¤tLevel) const
Build aggregates.
void DeclareInput(Level ¤tLevel) const
Input.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
void SetOnePtMapName(const std::string name, Teuchos::RCP< const FactoryBase > mapFact)
virtual ~StructuredAggregationFactory_kokkos()
Destructor.
Namespace for MueLu classes and methods.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode