]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Table<N,T>
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 3 Sep 2002 15:36:26 +0000 (15:36 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 3 Sep 2002 15:36:26 +0000 (15:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@6353 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/news/2002/c-3-4.html

index d824296f538b67e9d71845134fb9775cf296cce1..7b6e5c8c02db560ebaa45e0ae9a1714c292729ad 100644 (file)
@@ -95,6 +95,19 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
 <h3>base</h3>
 
 <ol>
+  <li> <p> 
+       New: The old class <code class="class">vector2d</code>, implementing a
+       two-dimensional array of objects is now gone. Instead, there is the new
+       <code class="class">Table</code> class that implements tables of
+       arbitrary dimension. Transition is painless: where there was
+       <code>vector2d&lt;type&gt;</code> before, use
+       <code>Table&lt;2,type&gt;</code> now (and don't forget to update the
+       name of the header file, of course). If you have a three-dimensional
+       array, you can use <code class="class">Table&lt;3,type&gt;</code> now.
+       <br>
+       (WB 2002/09/03)
+       </p>
+
   <li> <p> 
        New: There are now functions returning the transpose of <code
        class="class">Tensor</code> objects of rank 2.

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.