From: wolf Date: Wed, 18 Sep 2002 15:43:42 +0000 (+0000) Subject: restriction_is_additive, component_to_system_index X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5067780650d3a29ab1dd06f70ef88072af259ec0;p=dealii-svn.git restriction_is_additive, component_to_system_index git-svn-id: https://svn.dealii.org/trunk@6460 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index 51bbb5f414..85496f98d6 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -299,6 +299,17 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. + Removed: The FiniteElement::component_to_system_index function + and its counterpart for faces is gone. This data did not make much sense + in the case of elements that are non-zero in more than one vector + component, such as the Nedelec element. The respective information can + also be obtained from other sources provided by the finite element + classes, if so necessary. +
    + (WB 2002/09/16) +

  2. Changed: The FiniteElement::restriction_is_additive function