From: Ralf Hartmann Date: Wed, 14 Mar 2001 18:25:21 +0000 (+0000) Subject: Syntax of FiniteElemente::get_unit_support_points changed. X-Git-Tag: v8.0.0~19562 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01333eae19f43833d2876b277f36d01b558b957f;p=dealii.git Syntax of FiniteElemente::get_unit_support_points changed. git-svn-id: https://svn.dealii.org/trunk@4210 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 f55ac2a373..7ccc1b1fa4 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -235,6 +235,18 @@ documentation, etc.

deal.II

    +
  1. + Changed: The syntax of the FiniteElemente::get_unit_support_points + function is changed; it returns a reference to the vector of + points. These points are now computed by the constructor of the + FiniteElement and not on each FiniteElemente::get_unit_support_points + function call as before. +
    + (WB 2001/03/14) +

    +
  2. Removed: The function FiniteElemente::get_support_points