From 1d3fb46ad77d97ef755681827b9a981ab72efa5e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 28 Mar 2005 17:41:32 +0000 Subject: [PATCH] Add a class implementing symmetric tensors of rank 2. git-svn-id: https://svn.dealii.org/trunk@10251 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.39.5