]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
add prefix for deallog
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 10 May 2005 07:10:33 +0000 (07:10 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 10 May 2005 07:10:33 +0000 (07:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@10660 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/multigrid/mg_block_smoother.h

index 902beb99d39d41648e838b24138a4b7a707e7d80..f01549256bc0c324df31424321df62fc20a7c3e6 100644 (file)
@@ -284,6 +284,8 @@ MGSmootherBlock<MATRIX, RELAX, number>::smooth(
   BlockVector<number>& u,
   const BlockVector<number>& rhs) const
 {
+  deallog.push("Smooth");
+  
   unsigned int maxlevel = matrices.get_maxlevel();
   unsigned int steps2 = steps;
 
@@ -323,6 +325,7 @@ MGSmootherBlock<MATRIX, RELAX, number>::smooth(
 
   mem.free(r);
   mem.free(d);
+  deallog.pop();
 }
 
 

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.