From: Ralf Hartmann Date: Fri, 10 Feb 2006 12:58:08 +0000 (+0000) Subject: MappingCollection operator[] and size() functions. X-Git-Tag: v8.0.0~12384 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d208561aadf37a5263580039b713081130e2014f;p=dealii.git MappingCollection operator[] and size() functions. git-svn-id: https://svn.dealii.org/trunk@12295 0785d39b-7218-0410-832d-ea1e28bc413d --- 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)