From: Wolfgang Bangerth Date: Mon, 28 Mar 2005 17:41:32 +0000 (+0000) Subject: Add a class implementing symmetric tensors of rank 2. X-Git-Tag: v8.0.0~14296 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d3fb46ad77d97ef755681827b9a981ab72efa5e;p=dealii.git Add a class implementing symmetric tensors of rank 2. git-svn-id: https://svn.dealii.org/trunk@10251 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index cd94ccb2f1..f7d9090af5 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -151,6 +151,13 @@ inconvenience this causes.

base

    +
  1. + New: There is a new class SymmetricTensor + that provides storage and operations for symmetric tensors. +
    + (WB, 2005/03/28) +

    +
  2. New: Class Subscriptor receives a text argument allowing to identify the violating pointer more