From: guido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Fri, 27 Aug 2004 08:28:49 +0000 (+0000)
Subject: new MGTransferBlock::build_matrices
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bd7c3c093c99fd937ad07f85d6fd6628b50d654;p=dealii-svn.git

new MGTransferBlock::build_matrices


git-svn-id: https://svn.dealii.org/trunk@9591 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/doc/news/c-5.0.html b/deal.II/doc/news/c-5.0.html
index ee9772a7e8..0845766976 100644
--- a/deal.II/doc/news/c-5.0.html
+++ b/deal.II/doc/news/c-5.0.html
@@ -42,6 +42,18 @@ inconvenience this causes.
 
 
 <ol>
+
+  <li> <p> Changed: The call <code
+  class="class">MGTransferBlock</code>::<code
+  class="member">build_matrices</code> and to the same function in
+  derived classes receaves a <code class="class">DoFHandler</code> as
+  an additional argument. It is needed to prebuild the transfer
+  between vectors and multigrid vectors, since the loop over all cells
+  is to slow.
+  <br>
+  (GK 2004/08/27)
+  </p>
+
   <li> <p>
        Changed: Previously, parallel PETSc matrices only took the sizes of the
        matrix and the number of rows to be stored locally as arguments. They