From: Ralf Hartmann Date: Tue, 21 Feb 2006 15:44:20 +0000 (+0000) Subject: hp::StaticMappingQ1::mapping_collection X-Git-Tag: v8.0.0~12239 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bbea9ecd58dd4d51beefede1337db634a771fad;p=dealii.git hp::StaticMappingQ1::mapping_collection git-svn-id: https://svn.dealii.org/trunk@12443 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index f04e34b7aa..a80ac44bbc 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -451,7 +451,13 @@ inconvenience this causes. class="class">MappingQ1 which is used in several parts of the library. This way multiple creation and storage of MappingQ1 objects can be avoided. -
+
+ Similar to StaticMappingQ1::mapping there is now also an object hp::StaticMappingQ1::mapping_collection of type MappingCollection. +
(RH 2006/02/21)