From f94da8025c39697eefbe251dd639bafc338179b6 Mon Sep 17 00:00:00 2001 From: guido Date: Mon, 23 May 2005 22:23:57 +0000 Subject: [PATCH] today's changes git-svn-id: https://svn.dealii.org/trunk@10708 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 08268ef626..3eb0fe5ed2 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -204,6 +204,13 @@ inconvenience this causes.
  1. + New: The QAnisotropic class allows + generation of quadrature rules of different order in each + space dimension. +
    + (GK, 2005/05/24) +

    + New: The Tensor classes now have member functions that compute the Frobenius norm and its square. There are also global operator* functions @@ -392,6 +399,14 @@ inconvenience this causes.

    deal.II

      +
    1. + Improved: The Mapping::transform_* + functions accept VectorSlice instead + of Vector, thus allowing more flexibility. +
      + (GK, 2005/05/24) +

      +
    2. New: The MatrixTools::apply_boundary_values function now also works for PETSc sequential and parallel matrices. -- 2.39.5