From 9b3b654022590da5901e55ceca2a9bab03ea9d5c Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Fri, 10 Feb 2006 12:42:19 +0000 Subject: [PATCH] FE/QCollection operator[] and size() functions. git-svn-id: https://svn.dealii.org/trunk@12293 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index a400734af7..d070a60e86 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -388,6 +388,21 @@ inconvenience this causes.

deal.II

    +
  1. + Changed: The FECollection::get_fe and QCollection::get_quadrature functions are now renamed + to the standard operator[] + function. Similarly, the FECollection::n_finite_elements and QCollection::n_quadratures functions are now renamed + to the standard size() function. +
    + (RH 2006/02/10) +

  2. Improved: GridGenerator:: - -

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

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

  5. Fixed: The MGDoFHandler::