From b735c172f612c96e8b63e34bb534f7467e2bb3f4 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 16 Sep 2002 22:06:19 +0000 Subject: [PATCH] Things about restriction_is_additive. git-svn-id: https://svn.dealii.org/trunk@6437 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/c-3-4.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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. -- 2.39.5