From 07db39d87142b1451f930557f07337fdf90eef49 Mon Sep 17 00:00:00 2001 From: guido Date: Fri, 10 Jun 2005 13:56:39 +0000 Subject: [PATCH] new Quadrature constructor git-svn-id: https://svn.dealii.org/trunk@10853 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index fc76c451b0..8db85aa852 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -203,6 +203,14 @@ inconvenience this causes.

base

    +
  1. + Improved: The class Quadrature has a new + constructor generating the dim-dimensional tensor product of a + one-dimensonal formula directly. +
    + (GK, 2005/06/10) +

    +
  2. New: The class Polynomials::RaviartThomas implements -- 2.39.5