46 #ifndef MUELU_PRESERVEDIRICHLETAGGREGATIONALGORITHM_DECL_HPP_ 47 #define MUELU_PRESERVEDIRICHLETAGGREGATIONALGORITHM_DECL_HPP_ 87 #undef MUELU_PRESERVEDIRICHLETAGGREGATIONALGORITHM_SHORT 108 void BuildAggregates(
const Teuchos::ParameterList& params,
const GraphBase& graph,
Aggregates& aggregates, std::vector<unsigned>& aggStat, LO& numNonAggregatedNodes)
const;
117 #define MUELU_PRESERVEDIRICHLETAGGREGATIONALGORITHM_SHORT MueLu::DefaultLocalOrdinal LocalOrdinal
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Container class for aggregation information.
Pure virtual base class for all MueLu aggregation algorithms.
Namespace for MueLu classes and methods.
std::string description() const
Return a simple one-line description of this object.
PreserveDirichletAggregationAlgorithm(const RCP< const FactoryBase > &=Teuchos::null)
Constructor.
Builds one-to-one aggregates for all Dirichlet boundary nodes. For some applications this might be ne...
MueLu::DefaultGlobalOrdinal GlobalOrdinal
virtual ~PreserveDirichletAggregationAlgorithm()
Destructor.
MueLu representation of a graph.
void BuildAggregates(const Teuchos::ParameterList ¶ms, const GraphBase &graph, Aggregates &aggregates, std::vector< unsigned > &aggStat, LO &numNonAggregatedNodes) const
Local aggregation.