46#ifndef MUELU_HYBRIDAGGREGATIONFACTORY_DECL_HPP_
47#define MUELU_HYBRIDAGGREGATIONFACTORY_DECL_HPP_
50#include <Xpetra_Map_fwd.hpp>
51#include <Xpetra_Vector_fwd.hpp>
52#include <Xpetra_VectorFactory_fwd.hpp>
136 template <
class LocalOrdinal,
class GlobalOrdinal,
class Node>
138#undef MUELU_HYBRIDAGGREGATIONFACTORY_SHORT
170 std::vector<unsigned>& aggStat, LO& numNonAggregatedNodes,
171 Array<LO> coarseRate)
const;
179 mutable std::vector<RCP<MueLu::AggregationAlgorithmBase<LO, GO, Node> > >
algos_;
190#define MUELU_HYBRIDAGGREGATIONFACTORY_SHORT
Factory for building aggregates on meshes partly structured and partly unstructured.
virtual ~HybridAggregationFactory()
Destructor.
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.
void DeclareInput(Level ¤tLevel) const
Input.
HybridAggregationFactory()
Constructor.
void Build(Level ¤tLevel) const
Build aggregates.
void BuildInterfaceAggregates(Level ¤tLevel, RCP< Aggregates > aggregates, std::vector< unsigned > &aggStat, LO &numNonAggregatedNodes, Array< LO > coarseRate) const
Specifically build aggregates along interfaces.
Class that holds all level-specific information.
Base class for factories that use one level (currentLevel).
Namespace for MueLu classes and methods.