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

Use utility function to set parameters

[[Imported from SVN: r1016]]
parent b8fcdba4
No related branches found
No related tags found
No related merge requests found
......@@ -87,9 +87,7 @@ void testAMG(int N, int coarsenTarget, int ml)
smootherArgs.relaxationFactor = 1;
Criterion criterion(15,coarsenTarget);
criterion.setMaxDistance(4);
criterion.setMinAggregateSize(9);
criterion.setMaxAggregateSize(11);
criterion.setDefaultValuesIsotropic(2);
criterion.setAlpha(.67);
criterion.setBeta(1.0e-4);
criterion.setMaxLevel(ml);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment