From: rschulz Date: Thu, 30 Jun 2005 16:21:49 +0000 (+0000) Subject: added last changes to changes.html X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b676ecc7072ae184650357ee0ede28dc7000a7f9;p=dealii-svn.git added last changes to changes.html git-svn-id: https://svn.dealii.org/trunk@11001 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 4b95d6c6b1..37b9b75d3a 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -222,6 +222,17 @@ inconvenience this causes. (WB, 2005/06/30)

+
  • + New: The GNU C library supports access to the call stack. For + systems using this library, the ExceptionBase class now uses these + functions to outputs the callstack when the exception is + created. Output is created via the new ExceptionBase::print_stack_trace function. +
    + (Ralf B. Schulz, 2005/06/30) +

    +
  • Improved: The class Quadrature has a new constructor generating the dim-dimensional tensor product of a @@ -458,6 +469,13 @@ inconvenience this causes.

    deal.II

      +
    1. + New: Added function FiniteElementBase::component_to_system_index + which was referred to in the documentation, but was missing. +
      + (Ralf B. Schulz, 2005/06/30) +

    2. Improved: The function DoFTools::count_dofs_per_component and its counterpart in MGTools got an additional