Fixed comment about smoother arguments needed for construction

This commit is contained in:
Markus Blatt 2018-02-06 15:34:13 +01:00
parent 4c590c17d6
commit 034b1840ae

View File

@ -214,7 +214,7 @@ createAMGPreconditionerPointer(Op& opA, const double relax, const P& comm,
criterion.setNoPostSmoothSteps( 1 );
criterion.setNoPreSmoothSteps( 1 );
// for DUNE 2.2 we also need to pass the smoother args
// Since DUNE 2.2 we also need to pass the smoother args instead of steps directly
typedef typename AMG::Smoother Smoother;
typedef typename Dune::Amg::SmootherTraits<Smoother>::Arguments SmootherArgs;
SmootherArgs smootherArgs;