From 6ccb3fd00b5c167acad1d7782a90388049ee48dc Mon Sep 17 00:00:00 2001 From: guido Date: Mon, 30 May 2005 15:13:17 +0000 Subject: [PATCH] changes of the last week git-svn-id: https://svn.dealii.org/trunk@10780 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 3eb0fe5ed2..fd835b958e 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -203,6 +203,26 @@ inconvenience this causes.

base

    +
  1. + New: The class Polynomials::RaviartThomas implements + Raviart-Thomas polynomials of arbitrary order in 2d and 3d. +
    + (GK, 2005/05/30) +

    + +
  2. + New: The Polynomials::Lagrange class + allows generation of Lagrange interpolation polynomials for + arbitrary point sets. In order to get better interpolation for + higher order polynomials, QGaussLobatto has been added to produce + interpolation point sets clustering at the boundary of a cell + (weights are not computed yet). +
    + (GK, 2005/05/30) +

    +
  3. New: The QAnisotropic class allows generation of quadrature rules of different order in each @@ -399,6 +419,16 @@ inconvenience this causes.

    deal.II

      +
    1. + New: The FE_RaviartThomasNodal + implements Raviart-Thomas elements using function values in + Gauss quadrature points on edges and in the interior for its + node values. The implementation is restricted to Cartesian mesh + cells right now, but works in 2D and 3D. +
      + (GK, 2005/05/30) +

      +
    2. Improved: The Mapping::transform_* functions accept VectorSlice instead -- 2.39.5