]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Re-enable deallog output in multigrid tutorials.
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Tue, 29 Dec 2015 18:58:50 +0000 (19:58 +0100)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Tue, 29 Dec 2015 18:58:50 +0000 (19:58 +0100)
examples/step-16/step-16.cc
examples/step-39/step-39.cc

index d7bc1e474ec3419f53f3f3c5c749990d501cd5c9..592698e958329d6c656ffdd991a7840c1f08d6b6 100644 (file)
@@ -659,6 +659,8 @@ int main ()
     {
       using namespace Step16;
 
+      deallog.depth_console(2);
+
       LaplaceProblem<2> laplace_problem(1);
       laplace_problem.run ();
     }
index 4c52e86a772b2796af6f46823353de92db5f60a7..b880cf5aa19db6c0e56b399e3aa9cad62e55aa01 100644 (file)
@@ -935,6 +935,7 @@ int main()
       using namespace dealii;
       using namespace Step39;
 
+      deallog.depth_console(2);
       std::ofstream logfile("deallog");
       deallog.attach(logfile);
       FE_DGQ<2> fe1(3);

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.