From d208561aadf37a5263580039b713081130e2014f Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Fri, 10 Feb 2006 12:58:08 +0000 Subject: [PATCH] MappingCollection operator[] and size() functions. git-svn-id: https://svn.dealii.org/trunk@12295 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index d070a60e86..159a5b48f4 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -389,17 +389,21 @@ inconvenience this causes.
  1. - Changed: The FECollection::get_fe and QCollection::get_quadrature functions are now renamed - to the standard operator[] + Changed: The hp::FECollection::get_fe, hp::QCollection::get_quadrature and hp::MappingCollection::get_mapping functions are now renamed to + the standard operator[] function. Similarly, the FECollection::n_finite_elements and n_finite_elements, QCollection::n_quadratures functions are now renamed - to the standard size() function. + class="member">n_quadratures and MappingCollection::n_mappings functions are now renamed to + the standard size() function.
    (RH 2006/02/10)

    -- 2.39.5