]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Various news.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 12 Jul 2004 13:55:45 +0000 (13:55 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 12 Jul 2004 13:55:45 +0000 (13:55 +0000)
git-svn-id: https://svn.dealii.org/trunk@9504 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/news/c-5.0.html

index 19f168a0ef1dec87d0c6045137972d4dc8450241..be48f66ffd2894e126cbfb15430170e187b58863 100644 (file)
@@ -112,6 +112,36 @@ inconvenience this causes.
 <h3>lac</h3>
 
 <ol>
+  <li> <p>
+       Improved: <code class="member">VectorTools::point_difference</code>
+       used to use an algorithm to find the cell the given point is in that
+       was linear in the total number of active cells. It has been rewritten
+       to use
+       <code class="member">GridTools::find_active_cell_around_point</code>
+       which is only logarithmic in its complexity.
+       <br> 
+       (WB 2004/07/07)
+       </p>
+
+  <li> <p>
+       Fixed: Block matrix iterators could get into all kind of interesting
+       (and invalid) states when some of the blocks had empty rows. In this
+       common case, we would frequently skip elements when looping over the
+       elements of a block matrix. These cases should now be fixed.
+       <br> 
+       (WB 2004/07/07)
+       </p>
+
+  <li> <p>
+       Removed: Block matrix iterators used to have a function
+       <code class="member">it-&gt;index()</code> that returned something like
+       the position within a row. However, this was fragile, and has been
+       removed. If you want an ordering of elements within a row, use the
+       <code class="member">operator &lt;</code> to compare iterators.
+       <br> 
+       (WB 2004/07/07)
+       </p>
+
   <li> <p>
        Improved: The <code
        class="class">PETScWrappers::SolverGMRES::AdditionalData</code>

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.