From: Ralf Hartmann Date: Mon, 22 Jan 2001 12:25:39 +0000 (+0000) Subject: Quadrature points in ascending order. X-Git-Tag: v8.0.0~19797 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f3507b1a245c25f11d437112841f341c5628acf;p=dealii.git Quadrature points in ascending order. git-svn-id: https://svn.dealii.org/trunk@3751 0785d39b-7218-0410-832d-ea1e28bc413d --- 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>