Skip to content

Commit

Permalink
Merge pull request #11971 from cgcgcg/refmaxwellFix
Browse files Browse the repository at this point in the history
MueLu RefMaxwell: Accept "aggregation: phase3 avoid singletons"
  • Loading branch information
cgcgcg authored Jun 13, 2023
2 parents 7522919 + 73c410a commit 3edf430
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/muelu/src/Operators/MueLu_RefMaxwell_def.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1227,6 +1227,8 @@ namespace MueLu {
UncoupledAggFact->SetParameter("aggregation: max agg size",Teuchos::ParameterEntry(maxAggSize));
bool matchMLbehavior = parameterList_.get("aggregation: match ML phase2a",MasterList::getDefault<bool>("aggregation: match ML phase2a"));
UncoupledAggFact->SetParameter("aggregation: match ML phase2a",Teuchos::ParameterEntry(matchMLbehavior));
bool avoidSingletons = parameterList_.get("aggregation: phase3 avoid singletons",MasterList::getDefault<bool>("aggregation: phase3 avoid singletons"));
UncoupledAggFact->SetParameter("aggregation: phase3 avoid singletons",Teuchos::ParameterEntry(avoidSingletons));

coarseMapFact->SetFactory("Aggregates", UncoupledAggFact);

Expand Down

0 comments on commit 3edf430

Please sign in to comment.