MueLu  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MueLu_AggregationPhase3Algorithm_decl.hpp File Reference

Go to the source code of this file.

Classes

class  MueLu::AggregationPhase3Algorithm< LocalOrdinal, GlobalOrdinal, Node >
 Handle leftover nodes. Try to avoid singleton nodes

Idea

In phase 3 we try to stick unaggregated nodes into a neighboring aggregate. We try to avoid singletons: we first try to build a new aggregate containing all neighboring non-aggregated nodes. If we cannot build a new aggregate, we add the non-aggregated node to the first adjacent aggregate. Only if there is no adjacent aggregate, we create a singleton node aggregate. More...
 

Namespaces

 MueLu
 Namespace for MueLu classes and methods.
 

Macros

#define MUELU_AGGREGATIONPHASE3ALGORITHM_SHORT
 

Macro Definition Documentation

#define MUELU_AGGREGATIONPHASE3ALGORITHM_SHORT

Definition at line 119 of file MueLu_AggregationPhase3Algorithm_decl.hpp.