From c4e0766e642b22d13d436f73856a4b745274c40d Mon Sep 17 00:00:00 2001 From: Marcel Koch Date: Wed, 18 Dec 2024 10:23:01 +0100 Subject: [PATCH] fixup! [pgm] use index map to create coarse matrix Signed-off-by: Marcel Koch --- core/multigrid/pgm.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/multigrid/pgm.cpp b/core/multigrid/pgm.cpp index 8b6bbd7e175..925c01799fc 100644 --- a/core/multigrid/pgm.cpp +++ b/core/multigrid/pgm.cpp @@ -416,8 +416,7 @@ void Pgm::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.