From c55a4b75168336f1a86a097a74f9fbb7c03470d0 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 17 Oct 2002 15:35:31 +0000 Subject: [PATCH] FiniteElement::element_multiplicity git-svn-id: https://svn.dealii.org/trunk@6675 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/c-3-4.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index 8348c70543..ff1189c747 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -402,6 +402,18 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. + Changed: The FiniteElement::element_multiplicity function was + previously only available in the FESystem + class, where it actually returned a non-trivial value. However, in some + cases one would need to access this field also for general finite + elements, even if the returned value will be equal to one in all cases + other than a composed element. +
    + (WB 2002/10/17) +

    +
  2. Fixed: The algorithm to generate neighbor information for patches from cells in DataOut::build_patches was rather -- 2.39.5