]> https://gitweb.dealii.org/ - dealii.git/commitdiff
F-cycle and eliminated solve
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 24 Mar 2005 16:57:15 +0000 (16:57 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 24 Mar 2005 16:57:15 +0000 (16:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@10232 0785d39b-7218-0410-832d-ea1e28bc413d

tests/multigrid/cycles.cc

index 15b330a5fa8e3251f78207b81612019d817a62c8..9a290128fd4d7f83d61fd9de073ca8df5762df8f 100644 (file)
@@ -75,6 +75,10 @@ void test_cycles(unsigned int minlevel, unsigned int maxlevel)
   
   mg1.set_cycle(Multigrid<VECTOR>::w_cycle);
   mg1.cycle();
+  deallog << std::endl;
+  
+  mg1.set_cycle(Multigrid<VECTOR>::f_cycle);
+  mg1.cycle();
 }
 
 int main()

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.