From: wolf Date: Mon, 16 Sep 2002 22:06:19 +0000 (+0000) Subject: Things about restriction_is_additive. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b735c172f612c96e8b63e34bb534f7467e2bb3f4;p=dealii-svn.git Things about restriction_is_additive. git-svn-id: https://svn.dealii.org/trunk@6437 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 c3dfe4da4e..0c665b7ea0 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -280,6 +280,19 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. + Changed: The FiniteElement::restriction_is_additive function + used to take an argument that denoted the vector component of a finite + element. This has become difficult with elements that are non-zero in + more than one vector component, such as the Nedelec element. Thus, the + semantics of the function have been changed so that the argument now + denotes the index of a shape function, rather than a vector + component. Since the function is probably not used in application code, + this will most probably not lead to more serious problems. +
    + (WB 2002/09/16) +

  2. New: The mapping classes now also know how to transform tensors of rank 2, not only vectors (tensors of rank 1) in a co- and contravariant way.