Skip to content

Commit

Permalink
MueLu: Adding option to match ML Phase1 Aggregation
Browse files Browse the repository at this point in the history
  • Loading branch information
csiefer2 committed Oct 16, 2023
1 parent 06e75bb commit dd7a398
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ namespace MueLu {
if (aggSize < as<size_t>(maxNodesPerAggregate))
aggList[aggSize++] = neigh;

} else if(matchMLBehavior && aggStat[neigh] != IGNORED)
} else if(matchMLBehavior && aggStat[neigh] != IGNORED) {
// NOTE: ML checks against BOUNDARY here, but boundary nodes are flagged as IGNORED by
// the time we get to Phase 1, so we check IGNORED instead
numAggregatedNeighbours++;
Expand Down

0 comments on commit dd7a398

Please sign in to comment.