10 #ifndef MUELU_HYBRIDAGGREGATIONFACTORY_DECL_HPP_
11 #define MUELU_HYBRIDAGGREGATIONFACTORY_DECL_HPP_
95 template <
class LocalOrdinal,
class GlobalOrdinal,
class Node>
97 #undef MUELU_HYBRIDAGGREGATIONFACTORY_SHORT
131 LO& numNonAggregatedNodes,
139 mutable std::vector<RCP<MueLu::AggregationAlgorithmBase<LO, GO, Node> > >
algos_;
150 #define MUELU_HYBRIDAGGREGATIONFACTORY_SHORT
virtual ~HybridAggregationFactory()
Destructor.
Kokkos::View< unsigned *, typename LWGraphHostType::device_type > AggStatHostType
Factory for building aggregates on meshes partly structured and partly unstructured.
void BuildInterfaceAggregates(Level ¤tLevel, RCP< Aggregates > aggregates, typename AggregationAlgorithmBase< LocalOrdinal, GlobalOrdinal, Node >::AggStatHostType &aggStat, LO &numNonAggregatedNodes, Array< LO > coarseRate) const
Specifically build aggregates along interfaces.
std::vector< RCP< MueLu::AggregationAlgorithmBase< LO, GO, Node > > > algos_
aggregation algorithms
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
Class that holds all level-specific information.
void Build(Level ¤tLevel) const
Build aggregates.
void DeclareInput(Level ¤tLevel) const
Input.
HybridAggregationFactory()
Constructor.
Base class for factories that use one level (currentLevel).