]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove deallog.depth_console(0) from examples
authorTimo Heister <timo.heister@gmail.com>
Sun, 6 Dec 2015 15:36:14 +0000 (10:36 -0500)
committerTimo Heister <timo.heister@gmail.com>
Sun, 6 Dec 2015 18:47:08 +0000 (13:47 -0500)
36 files changed:
examples/step-11/step-11.cc
examples/step-13/step-13.cc
examples/step-14/step-14.cc
examples/step-15/step-15.cc
examples/step-18/step-18.cc
examples/step-20/step-20.cc
examples/step-21/step-21.cc
examples/step-22/step-22.cc
examples/step-23/step-23.cc
examples/step-24/step-24.cc
examples/step-25/step-25.cc
examples/step-26/step-26.cc
examples/step-27/step-27.cc
examples/step-28/step-28.cc
examples/step-31/step-31.cc
examples/step-32/step-32.cc
examples/step-33/step-33.cc
examples/step-36/step-36.cc
examples/step-37/step-37.cc
examples/step-38/step-38.cc
examples/step-40/step-40.cc
examples/step-41/step-41.cc
examples/step-42/step-42.cc
examples/step-43/step-43.cc
examples/step-44/step-44.cc
examples/step-45/step-45.cc
examples/step-46/step-46.cc
examples/step-47/step-47.cc
examples/step-48/step-48.cc
examples/step-5/step-5.cc
examples/step-51/step-51.cc
examples/step-54/step-54.cc
examples/step-6/step-6.cc
examples/step-7/step-7.cc
examples/step-8/step-8.cc
examples/step-9/step-9.cc

index 5f329f5720dae92039eab8d23c4dd60b794e26cb..8b392417869944d06021a386d8ab923065d19270 100644 (file)
@@ -440,7 +440,6 @@ int main ()
 {
   try
     {
-      dealii::deallog.depth_console (0);
       std::cout.precision(5);
 
       // This is the main loop, doing the computations with mappings of linear
index 9752c07a4e4a5a11fef93de7662131aad3e4cb0a..ce256ead6cff8550ad5b89d96abead50b7cdf5e6 100644 (file)
@@ -1521,8 +1521,6 @@ int main ()
 {
   try
     {
-      dealii::deallog.depth_console (0);
-
       Step13::solve_problem<2> ("global");
       Step13::solve_problem<2> ("kelly");
     }
index 724319a60be3043ebf8bdd957e88efcfc7f48582..8ce57a67b5a0628e5afbbcfcfb23b44c8ba3a3da 100644 (file)
@@ -2993,7 +2993,6 @@ int main ()
       using namespace dealii;
       using namespace Step14;
 
-      deallog.depth_console (0);
       // Describe the problem we want to solve here by passing a descriptor
       // object to the function doing the rest of the work:
       const unsigned int dim = 2;
index d76f131925ed99ac7f431637449ca64351a4e79e..408e3a3ca1015c7f041cd9a95628d04b1aa30e6a 100644 (file)
@@ -721,8 +721,6 @@ int main ()
       using namespace dealii;
       using namespace Step15;
 
-      deallog.depth_console (0);
-
       MinimalSurfaceProblem<2> laplace_problem_2d;
       laplace_problem_2d.run ();
     }
index f11f8d9b8c378b74ad3f035dad8890a170ea127a..6330b9f00bf09dbc021fbc371adf9a2f63dc647c 100644 (file)
@@ -1906,12 +1906,9 @@ int main (int argc, char **argv)
       using namespace Step18;
 
       Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, 1);
-      {
-        deallog.depth_console (0);
 
-        TopLevel<3> elastic_problem;
-        elastic_problem.run ();
-      }
+      TopLevel<3> elastic_problem;
+      elastic_problem.run ();
     }
   catch (std::exception &exc)
     {
index 76a316c37a5a07f36d81e678f3c5d32fd66b52fa..7c01c502cba99a64aedc60b2e17faff8387f1a70 100644 (file)
@@ -936,8 +936,6 @@ int main ()
       using namespace dealii;
       using namespace Step20;
 
-      deallog.depth_console (0);
-
       MixedLaplaceProblem<2> mixed_laplace_problem(0);
       mixed_laplace_problem.run ();
     }
index 5c61eea5b2f4d6369993bd958e5a9ec23cdbc030..208c1c87d378664142b8f0b5ee81312ee6b02b1c 100644 (file)
@@ -1281,8 +1281,6 @@ int main ()
       using namespace dealii;
       using namespace Step21;
 
-      deallog.depth_console (0);
-
       TwoPhaseFlowProblem<2> two_phase_flow_problem(0);
       two_phase_flow_problem.run ();
     }
index 78319b8c3bf17fe8bc4b81821bc5744cdaadff40..1986daab7f99b951039b4c477a523e9842cdb9cc 100644 (file)
@@ -1000,8 +1000,6 @@ int main ()
       using namespace dealii;
       using namespace Step22;
 
-      deallog.depth_console (0);
-
       StokesProblem<2> flow_problem(1);
       flow_problem.run ();
     }
index 5269ec3f7c8e1fb08df528ccb11b711baf807a83..ee15a4587ec620ebb66e044a452eaa860989d00b 100644 (file)
@@ -640,8 +640,6 @@ int main ()
       using namespace dealii;
       using namespace Step23;
 
-      deallog.depth_console (0);
-
       WaveEquation<2> wave_equation_solver;
       wave_equation_solver.run ();
     }
index 86a9a741474091e0c9edf1cd859b76c74e648efc..0e4294a82174d6c66765e657fe1b2f6448fdcca9 100644 (file)
@@ -563,8 +563,6 @@ int main ()
       using namespace dealii;
       using namespace Step24;
 
-      deallog.depth_console (0);
-
       TATForwardProblem<2> forward_problem_solver;
       forward_problem_solver.run ();
     }
index 7b18fb55499b66ea511f3ab292aaaad9366bd839..cf76f0efc8a1ec4e877c52375f7fdd7d475e2678 100644 (file)
@@ -714,12 +714,10 @@ namespace Step25
 // @sect3{The <code>main</code> function}
 
 // This is the main function of the program. It creates an object of top-level
-// class and calls its principal function. Also, we suppress some of the
-// library output by setting <code>deallog.depth_console</code> to
-// zero. Furthermore, if exceptions are thrown during the execution of the run
-// method of the <code>SineGordonProblem</code> class, we catch and report
-// them here. For more information about exceptions the reader should consult
-// step-6.
+// class and calls its principal function. If exceptions are thrown during the
+// execution of the run method of the <code>SineGordonProblem</code> class, we
+// catch and report them here. For more information about exceptions the
+// reader should consult step-6.
 int main ()
 {
   try
@@ -727,8 +725,6 @@ int main ()
       using namespace dealii;
       using namespace Step25;
 
-      deallog.depth_console (0);
-
       SineGordonProblem<1> sg_problem;
       sg_problem.run ();
     }
index 7eea6c9eda774cf63174d0af4c0fbd8617c32b78..daaa037309de5f2180dc24156dc4a94be3232e9d 100644 (file)
@@ -672,8 +672,6 @@ int main()
       using namespace dealii;
       using namespace Step26;
 
-      deallog.depth_console(0);
-
       HeatEquation<2> heat_equation_solver;
       heat_equation_solver.run();
 
index a3c27199cf01cc0867d79d2fabc7b8f935a7f0a0..5ca341ca46dede3994bf41a707dbdfe49a716630 100644 (file)
@@ -848,8 +848,6 @@ int main ()
       using namespace dealii;
       using namespace Step27;
 
-      deallog.depth_console (0);
-
       LaplaceProblem<2> laplace_problem;
       laplace_problem.run ();
     }
index df06162d0558c99f5a34c6b146efd8436ab55290..dd1ae6b440d40d586d0c8487f470626df71b4c82 100644 (file)
@@ -1756,8 +1756,6 @@ int main (int argc, char **argv)
       using namespace dealii;
       using namespace Step28;
 
-      deallog.depth_console (0);
-
       std::string filename;
       if (argc < 2)
         filename = "project.prm";
index 697e36439b0c799fd3d0c8bd4da5a76eac0bcd44..4a0bb5a6c02d4785779b60c9d95f1895cd18846c 100644 (file)
@@ -2208,8 +2208,6 @@ int main (int argc, char *argv[])
       using namespace dealii;
       using namespace Step31;
 
-      deallog.depth_console (0);
-
       Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv,
                                                            numbers::invalid_unsigned_int);
 
index d927e3170ce69d45d40c97a46567af29a6992460..7acc4f39356b3bd8acede31f1132cecb4a4f8ded 100644 (file)
@@ -3738,8 +3738,6 @@ int main (int argc, char *argv[])
 
   try
     {
-      deallog.depth_console (0);
-
       std::string parameter_filename;
       if (argc>=2)
         parameter_filename = argv[1];
index 0290cc939141fbd91da3980aadfa34d22417878f..b78ade3a5cd43d3423081b6312f5319baf147379 100644 (file)
@@ -2511,7 +2511,6 @@ int main (int argc, char *argv[])
       using namespace dealii;
       using namespace Step33;
 
-      deallog.depth_console(0);
       if (argc != 2)
         {
           std::cout << "Usage:" << argv[0] << " input_file" << std::endl;
index e77d532a5f31084dacaf25e87f0adac11e0ba96d..13ab66dcf3ec9dd35f5acb5092725ad3685d247a 100644 (file)
@@ -483,12 +483,8 @@ int main (int argc, char **argv)
       AssertThrow(Utilities::MPI::n_mpi_processes(MPI_COMM_WORLD)==1,
                   ExcMessage("This program can only be run in serial, use ./step-36"));
 
-      {
-        deallog.depth_console (0);
-
-        EigenvalueProblem<2> problem ("step-36.prm");
-        problem.run ();
-      }
+      EigenvalueProblem<2> problem ("step-36.prm");
+      problem.run ();
     }
 
   // All the while, we are watching out if any exceptions should have been
index cd54b7b10558392238aee4583cc1eadc1bd68682..fd7af71d968fb60a601dcc3abfdf5fa41d2154fb 100644 (file)
@@ -1118,7 +1118,6 @@ int main ()
     {
       using namespace Step37;
 
-      deallog.depth_console(0);
       LaplaceProblem<dimension> laplace_problem;
       laplace_problem.run ();
     }
index 87925ab61a1566a3c5533d05a95a997396e4b616..fe846668368c777ad37bb152ac4dca9d52d1e2ca 100644 (file)
@@ -559,8 +559,6 @@ int main ()
       using namespace dealii;
       using namespace Step38;
 
-      deallog.depth_console (0);
-
       LaplaceBeltramiProblem<3> laplace_beltrami;
       laplace_beltrami.run();
     }
index 36f39ba0c244d3e12ac85b336dfa9819c72df6d5..52b02b2bd48026a133a13c4d53c0be21c805f1b9 100644 (file)
@@ -707,12 +707,9 @@ int main(int argc, char *argv[])
       using namespace Step40;
 
       Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, 1);
-      deallog.depth_console (0);
 
-      {
-        LaplaceProblem<2> laplace_problem_2d;
-        laplace_problem_2d.run ();
-      }
+      LaplaceProblem<2> laplace_problem_2d;
+      laplace_problem_2d.run ();
     }
   catch (std::exception &exc)
     {
index 86f70c9b28ecef7f265ac356120919a9b2de4267..68a889cdd137975b287a36f4325ff2d68a3a1466 100644 (file)
@@ -667,8 +667,6 @@ int main (int argc, char *argv[])
       using namespace dealii;
       using namespace Step41;
 
-      deallog.depth_console (0);
-
       Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv,
                                                            numbers::invalid_unsigned_int);
 
index 54ebb04827f739fe10d13d614076e8ce25a2bf1b..54860f51e7c9eee81e28fefe7943bda95079e384 100644 (file)
@@ -2203,7 +2203,6 @@ int main (int argc, char *argv[])
 
   try
     {
-      deallog.depth_console(0);
       ParameterHandler prm;
       PlasticityContactProblem<3>::declare_parameters(prm);
       if (argc != 2)
index 8fc3d5b1128b7caea60044dd85cb98700d72eeb0..89910f98f01dd06528df453c599f2661739449b5 100644 (file)
@@ -2246,8 +2246,6 @@ int main (int argc, char *argv[])
       using namespace dealii;
       using namespace Step43;
 
-      deallog.depth_console (0);
-
       Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv,
                                                            numbers::invalid_unsigned_int);
 
index b86dc668bfb8f41a38093149fda12d64a6a96df8..2ccb74b2b4fa749f57feac8656d3b6fa5192eb80 100644 (file)
@@ -3174,8 +3174,6 @@ int main ()
 
   try
     {
-      deallog.depth_console(0);
-
       Solid<3> solid_3d("parameters.prm");
       solid_3d.run();
     }
index 77f0140b05cf5d6f10b5ade2c668665d89325ef8..f6b30e5949ed3dda6103dce88c5a911ca4aa1527 100644 (file)
@@ -764,12 +764,8 @@ int main (int argc, char *argv[])
       using namespace Step45;
 
       Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1);
-      deallog.depth_console (0);
-
-      {
-        StokesProblem<2> flow_problem(1);
-        flow_problem.run ();
-      }
+      StokesProblem<2> flow_problem(1);
+      flow_problem.run ();
     }
   catch (std::exception &exc)
     {
index 31b6e518860f9fc2a23bc4856f1e7eb1411a5d5d..46f6d4971480b8201d1a11327ccd7d25857f407a 100644 (file)
@@ -1104,8 +1104,6 @@ int main ()
       using namespace dealii;
       using namespace Step46;
 
-      deallog.depth_console (0);
-
       FluidStructureProblem<2> flow_problem(1, 1);
       flow_problem.run ();
     }
index 07f9e11727fae997e4184d2c37884efa405334ad..6959040a4c5c395c7fb4cff42a8d354886233793 100644 (file)
@@ -1105,8 +1105,6 @@ int main ()
       using namespace dealii;
       using namespace Step47;
 
-      deallog.depth_console (0);
-
       LaplaceProblem<2> laplace_problem_2d;
       laplace_problem_2d.run ();
     }
index e567594c3f7fecaa8f1ab802e8be264657a8e8d1..bd3d0b5c7eafe077c7de1452468b3a0b73dfcbd8 100644 (file)
@@ -632,8 +632,6 @@ int main (int argc, char **argv)
 
   try
     {
-      deallog.depth_console (0);
-
       SineGordonProblem<dimension> sg_problem;
       sg_problem.run ();
     }
index cb07bb63a5283d0b94619ed53f6682b3b752980b..964a7618328e7364b5589eaa126ea0973b6aae3b 100644 (file)
@@ -630,8 +630,6 @@ void Step5<dim>::run ()
 // won't comment on it further:
 int main ()
 {
-  deallog.depth_console (0);
-
   Step5<2> laplace_problem_2d;
   laplace_problem_2d.run ();
 
index 9b2e479d2696858f45a7cfb2b2aa5a589b2eeb78..80434c891750fcb6c4f69655004b0cd44acd2c17 100644 (file)
@@ -1385,8 +1385,6 @@ int main ()
     {
       using namespace dealii;
 
-      deallog.depth_console (0);
-
       // Now for the three calls to the main class in complete analogy to
       // step-7.
       {
index a76bef99a399d5c49fe6115e680affc5547ba651..c3c6c2ebb7b516e0938b87ea8fb58b9051779c7a 100644 (file)
@@ -401,9 +401,6 @@ int main ()
       using namespace dealii;
       using namespace Step54;
 
-
-      deallog.depth_console (3);
-
       const std::string in_mesh_filename = "initial_mesh_3d.vtk";
       const std::string cad_file_name = "DTMB-5415_bulbous_bow.iges";
 
index b4e780d9cd85a53f867970d30b344538cd63ab62..2699df2e5f7c29a9ced1bb7f43eadcc330f4c48e 100644 (file)
@@ -750,8 +750,6 @@ int main ()
   // try to run the program as we did before...
   try
     {
-      deallog.depth_console (0);
-
       Step6<2> laplace_problem_2d;
       laplace_problem_2d.run ();
     }
index 76141dec8432aa96b90d2086ea803fc37ea09a54..69a19b9a97d0e3d9acfc2b74b52412766316f12b 100644 (file)
@@ -1301,8 +1301,6 @@ int main ()
       using namespace dealii;
       using namespace Step7;
 
-      deallog.depth_console (0);
-
       // Now for the three calls to the main class. Each call is blocked into
       // curly braces in order to destroy the respective objects (i.e. the
       // finite element and the HelmholtzProblem object) at the end of the
index 91e044360829d77ec82608b9683189f2b42d6fbd..1dc6ed1dfa1e5bcca9cce85253b5bbed1320256d 100644 (file)
@@ -778,8 +778,6 @@ int main ()
 {
   try
     {
-      dealii::deallog.depth_console (0);
-
       Step8::ElasticProblem<2> elastic_problem_2d;
       elastic_problem_2d.run ();
     }
index 1919ffcea4d13fb34b2056fd3e4c386a31e228df..9e018aae0ca4968422fca93ed13c42184d3676e0 100644 (file)
@@ -1330,8 +1330,6 @@ int main ()
 {
   try
     {
-      dealii::deallog.depth_console (0);
-
       dealii::MultithreadInfo::set_thread_limit();
 
       Step9::AdvectionProblem<2> advection_problem_2d;

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.