From 46a8b22d03bc2e4c6c5aa49156287f01faa3575b Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 28 Jul 2000 15:08:14 +0000 Subject: [PATCH] Introduction of class GridRefinement. git-svn-id: https://svn.dealii.org/trunk@3220 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2000/c-3-0.html | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index 5d9281824d..ff25cc61f6 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -164,7 +164,6 @@
  1. - Improved: PreconditionBlockSOR::Tvmult(...) is implemented.
    @@ -172,7 +171,6 @@

  2. - Improved: The breakdown criterion of SolverBicgstab can be changed by the use of SolverBicgstab::AdditionalData. @@ -393,6 +391,24 @@

    deal.II

      +
    1. + Changed: The functions + Triangulation::refine, + Triangulation::coarsen, + Triangulation::refine_and_coarsen_fixed_fraction, + and + Triangulation::refine_and_coarsen_fixed_number + have been moved from the triangulation class to a separate + class GridRefinement as they are not + intricately bound to the triangulation but rather form a + distinct class of functions that flag cells for refinement or + coarsening based on error indicators. +
      + (WB 2000/07/28) +

      +
    2. New: DataOut::clear_input_data_references clears all reference to input data vectors and to the