From 38f7e86c9653d7ff403d9c09b2d42960d2d5d12b Mon Sep 17 00:00:00 2001 From: hartmann Date: Wed, 12 Jun 2002 12:04:54 +0000 Subject: [PATCH] Triangulation::clear_user_flags and .._pointers are now const. Constructors of DoFAccessor, TriaAccessor and TriaIterator now take pointers to const Triangulations. Constructor of DoFHandler takes a reference to a const Triangulation. git-svn-id: https://svn.dealii.org/trunk@6074 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/c-3-4.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index 93e691a616..b14d5b9d51 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -105,6 +105,30 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. Change: The constructor of DoFHandler now takes a reference to a + const Triangulation. +
    + (RH 2002/06/12) +

    + +
  2. Change: The constructors of all DoFAccessor, TriaAccessor and TriaIterator classes now take pointers to + const Triangulations. +
    + (RH 2002/06/12) +

    + +
  3. Change: Triangulation::clear_user_flags and Triangulation::clear_user_pointers are + now const functions. +
    + (RH 2002/06/12) +

    +
  4. Fixed: In debug mode the MappingQ1::transform_real_to_unit_cell function erroneously threw an assertion when used in 1 or 3 -- 2.39.5