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

The test was far to big. It made the elements swapping

[[Imported from SVN: r653]]
parent b560f4be
No related branches found
No related tags found
No related merge requests found
......@@ -223,8 +223,9 @@ int main(int argc, char** argv)
if(argc>2)
coarsenTarget = atoi(argv[2]);
AMGTester<1,5>::test(N, coarsenTarget);
AMGTester<10,10>::test(N, coarsenTarget);
AMGTester<1,1>::test(N, coarsenTarget);
//AMGTester<1,5>::test(N, coarsenTarget);
// AMGTester<10,10>::test(N, coarsenTarget);
MPI_Finalize();
}
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