Skip to content

Commit

Permalink
fixup! review updates:
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Mar 14, 2023
1 parent 39b0ad7 commit f41e680
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ int main(int argc, char* argv[])
.on(exec));
auto smoother_gen = gko::share(
gko::solver::build_smoother(ic_gen, 2u, static_cast<ValueType>(0.9)));
// Use Pgm as the MultigridLevel factory (this is also the default).
// Use Pgm as the MultigridLevel factory.
auto mg_level_gen =
gko::share(pgm::build().with_deterministic(true).on(exec));
// Next we select a CG solver for the coarsest level. Again, since the input
Expand Down

0 comments on commit f41e680

Please sign in to comment.