Skip to content

Commit

Permalink
fixup! [pgm] use index map to create coarse matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Koch <[email protected]>
  • Loading branch information
MarcelKoch committed Jan 8, 2025
1 parent 41731d8 commit c4e0766
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/multigrid/pgm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,7 @@ void Pgm<ValueType, IndexType>::generate()
exec, coarse_partition, comm.rank(), non_local_agg);

// a mapping from the fine non-local indices to the coarse
// non-local
// indices.
// non-local indices.
// non_local_agg already maps the fine non-local indices to
// coarse global indices, so mapping it with the coarse index
// map results in the coarse non-local indices.
Expand Down

0 comments on commit c4e0766

Please sign in to comment.