From: Wolfgang Bangerth Date: Wed, 29 Mar 2006 00:13:46 +0000 (+0000) Subject: Fixed: An exception was generated when trying to interpolate X-Git-Tag: v8.0.0~11970 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b59c1e2079cf70ef2ed8ab3ad685b38684ce7b09;p=dealii.git Fixed: An exception was generated when trying to interpolate boundary values for a primitive component of a composite finite element that also has non-primitive base elements (for example, trying to interpolate boundary values for a the last component of a RT x Q1 element). This is now fixed. git-svn-id: https://svn.dealii.org/trunk@12745 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index d568acf798..6cc91c7e76 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -552,6 +552,16 @@ inconvenience this causes.

deal.II

    +
  1. + Fixed: An exception was generated when trying to interpolate + boundary values for a primitive component of a composite finite + element that also has non-primitive base elements (for example, + trying to interpolate boundary values for a the last component + of a RT x Q1 element). This is now fixed. +
    + (WB 2006/03/27) +

    +
  2. New: There is a new function FiniteElement::face_to_equivalent_cell_index that can