From: guido Date: Fri, 17 Jun 2005 10:43:06 +0000 (+0000) Subject: new count_dofs_per_component X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11155914216a8d31558dcb7d3552f8b913f5d6cd;p=dealii-svn.git new count_dofs_per_component git-svn-id: https://svn.dealii.org/trunk@10879 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 87cdc3c9b1..63680978ce 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -42,6 +42,16 @@ inconvenience this causes.
    +
  1. Improved: The function DoFTools::count_dofs_per_component got an additional + argument. This argument allows to count the degrees of freedom of + nonprimitive vector valued elements only once, instead of in every component. + Although this argument defaults to the previous behavior, it had to be put + into the argument list ahead of target_component in order to make + use of default arguments more efficiently. +
    (GK 2005/06/17) +

    +
  2. Changed: The way boundary constraints were handled in the step-17 tutorial program was conceptually flawed. We tried to eliminate boundary nodes locally on the cell level, and hanging node constraints subsequently