Skip to content

Commit

Permalink
Tell aggregate export about Graph and Aggregates
Browse files Browse the repository at this point in the history
Signed-off-by: maxfirmbach <[email protected]>
  • Loading branch information
maxfirmbach committed Nov 5, 2024
1 parent e4752f0 commit 20eb606
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1331,6 +1331,8 @@ void ParameterListInterpreter<Scalar, LocalOrdinal, GlobalOrdinal, Node>::
MUELU_TEST_AND_SET_PARAM_2LIST(paramList, defaultList, "aggregation: output file: build colormap", bool, aggExportParams);
aggExport->SetParameterList(aggExportParams);
aggExport->SetFactory("DofsPerNode", manager.GetFactory("DofsPerNode"));
aggExport->SetFactory("Aggregates", manager.GetFactory("Aggregates"));
aggExport->SetFactory("Graph", manager.GetFactory("Graph"));

if (!RAP.is_null())
RAP->AddTransferFactory(aggExport);
Expand Down

0 comments on commit 20eb606

Please sign in to comment.