Skip to content

Commit

Permalink
MueLu: Sorting Now Resembles numpy.argsort
Browse files Browse the repository at this point in the history
Per Christian's request.
DropTolKokkos structure removed and replaced with view indices and view of drop flags.
ORIGINAL code removed.
BuildKokkos removed.
Removed commented out timers.
Removed superfluous comments.
  • Loading branch information
Ian Halim committed Jul 23, 2024
1 parent f49740e commit ea7bad3
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1,683 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ class CoalesceDropFactory : public SingleLevelFactoryBase {
//@}

void Build(Level& currentLevel) const; // Build
void BuildKokkos(Level& currentLevel) const;

private:
// pre-drop function
Expand Down
Loading

0 comments on commit ea7bad3

Please sign in to comment.