forked from trilinos/Trilinos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MueLu: refactor of Dirichlet conditions handling and changes in Uncou…
…pledAggregation see issue trilinos#6269 Three main changes are made in this commit: 1. the Dirichlet phase of aggregation is refactored and associted utilities in UncoupledAggregation are refactored using Kokkos. A related bug in AggregationPhase1_kokkos is fixed. 2. the default behavior of UncoupledAggregation is changed. The BuildSerialAggregates method is removed from Phase 1 which means that now aggregation will always be performed in parallel and on device if possible. It simplifies slightly the input parameters for aggregation. 3. some preparations are made to change the coloring algorithm selection for UncoupledAggregation, ultiately it is desireable to run with something else than the host serial implementation of distance 2 coloring but more tests with the different coloring algorithms will be needed first.
- Loading branch information
Showing
11 changed files
with
425 additions
and
484 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.