From 6f3507b1a245c25f11d437112841f341c5628acf Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Mon, 22 Jan 2001 12:25:39 +0000 Subject: [PATCH] Quadrature points in ascending order. git-svn-id: https://svn.dealii.org/trunk@3751 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-1.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html index 3abeb6f123..bee329ab95 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -45,6 +45,15 @@ documentation, etc.

base

    +
  1. + Change: Sort the quadrature points of each Quadrature<1> in ascending order. This + actually changed the order of the points of only QGauss4 and QGauss5. +
    + (Ralf Hartmann 2001/01/22) +

  2. New: function contract for two arguments of Tensor<1,dim> -- 2.39.5