From 3f8744950d78b657ce5d02eacbf30455e75f40dd Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Wed, 25 Jan 2006 22:26:37 +0000 Subject: [PATCH] new block concept git-svn-id: https://svn.dealii.org/trunk@12167 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 5bdee312b2..e63270d157 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -334,6 +334,14 @@ inconvenience this causes.

deal.II

    + +
  1. Improved: FiniteElementData and FiniteElement now support the concept of blocks along + with components. See the glossary for the difference. +
    + (GK 2006/01/25) +

    +
  2. Fixed: The MGDoFHandler::distribute_dofs and - (RH 2006/1/23) + (RH 2006/01/23)

  3. -- 2.39.5