mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-16 20:24:48 -06:00
Fixed comment about smoother arguments needed for construction
This commit is contained in:
parent
4c590c17d6
commit
034b1840ae
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user