From: rschulz
+ 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.
+ New: Added function FiniteElementBase::component_to_system_index
+ which was referred to in the documentation, but was missing.
+
+ (Ralf B. Schulz, 2005/06/30)
+
Improved: The function DoFTools
::count_dofs_per_component
and its counterpart
in MGTools
got an additional