]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove debug output.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Feb 1999 09:55:14 +0000 (09:55 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Feb 1999 09:55:14 +0000 (09:55 +0000)
git-svn-id: https://svn.dealii.org/trunk@866 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/tutorial/chapter-3.laplace/code/laplace.cc

index 329b00c93c3454e455f5e8c98f93e30b0b16b31c..90e326a2d7396ba07b1de8789d0f0d7de3de413f 100644 (file)
@@ -69,7 +69,7 @@ Laplace::remesh(unsigned int steps)
   {
     tr.refine_global(1); //JS.Lokal ist execute_coarsening_etc...
   }
-  
+
   if (steps)
     tr.refine_global(steps);
   else
@@ -166,10 +166,8 @@ Laplace::assemble_primal(const Function<2>&,const Function<2>&)
                                              fe_primal,boundary,
                                              boundary_values);
   u.reinit(f);
-  MatrixTools<2>::apply_boundary_values(boundary_values,A,u,f);  
+  MatrixTools<2>::apply_boundary_values(boundary_values,A,u,f);
     
-  cout << "u: " << u.l2_norm() << endl;
-  cout << "f: " << f.l2_norm() << endl;
   
   // JS.Hängende Noden einbauen.
   //  hanging_nodes.condense(A);
@@ -188,12 +186,10 @@ Laplace::solve_primal()
   SolverCG<AdvMatrix, dVector> solver(control, mem);
   
   // JS.???
-  cout << "f:L2-norm=" << f.l2_norm() << endl;
   //  u.reinit(f);
   
   // JS.lösen.
   solver.solve(A,u,f);
-  cout << "u:L2-norm=" << u.l2_norm() << endl;
   
   // JS.???
   hanging_nodes.distribute(u);

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.