Skip to content
Snippets Groups Projects
Commit 93c0bc28 authored by Markus Blatt's avatar Markus Blatt
Browse files

There should be no smoother in the hierarchy when calling coarsenSmoother.

[[Imported from SVN: r330]]
parent 28f81fbb
No related branches found
No related tags found
No related merge requests found
......@@ -55,9 +55,7 @@ int main(int argc, char** argv)
typedef Dune::SeqSSOR<BCRSMat,Vector,Vector> Smoother;
Dune::Amg::SmootherTraits<Smoother>::Arguments smootherArgs;
Smoother smoother(mat, 1, 1.0);
Dune::Amg::Hierarchy<Smoother> sh(smoother);
Dune::Amg::Hierarchy<Smoother> sh;
hierarchy.coarsenSmoother(sh,smootherArgs);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment