From 01333eae19f43833d2876b277f36d01b558b957f Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Wed, 14 Mar 2001 18:25:21 +0000 Subject: [PATCH] Syntax of FiniteElemente::get_unit_support_points changed. git-svn-id: https://svn.dealii.org/trunk@4210 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-1.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- 2.39.5