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

Use default Krylov cycle.

[[Imported from SVN: r1742]]
parent a7b19d70
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ void testAMG(int N, int coarsenTarget, int ml)
criterion.setSkipIsolated(false);
Dune::SeqScalarProduct<Vector> sp;
typedef Dune::Amg::KAMG<Operator,Vector,Smoother,Dune::Amg::SequentialInformation,Dune::CGSolver<Vector> > AMG;
typedef Dune::Amg::KAMG<Operator,Vector,Smoother,Dune::Amg::SequentialInformation> AMG;
AMG amg(fop, criterion, smootherArgs, 1, 1, 1);
......
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