From 7ced07d9d061aea704f4bda71dd128c6ecb3eda3 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 3 Sep 2002 15:36:26 +0000 Subject: [PATCH] Table git-svn-id: https://svn.dealii.org/trunk@6353 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/c-3-4.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index d824296f53..7b6e5c8c02 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -95,6 +95,19 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

base

    +
  1. + New: The old class vector2d, implementing a + two-dimensional array of objects is now gone. Instead, there is the new + Table class that implements tables of + arbitrary dimension. Transition is painless: where there was + vector2d<type> before, use + Table<2,type> 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 Table<3,type> now. +
    + (WB 2002/09/03) +

    +
  2. New: There are now functions returning the transpose of Tensor objects of rank 2. -- 2.39.5