From 9a05e139ee2d5e66f76392614cd473f58a5bfad0 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Mon, 7 Nov 2005 14:08:35 +0000 Subject: [PATCH] Move entry to right place. git-svn-id: https://svn.dealii.org/trunk@11727 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/anisotropic.html | 33 ++++++++++++++++--------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/deal.II/doc/news/anisotropic.html b/deal.II/doc/news/anisotropic.html index b1d6cab59d..0386f34a8b 100644 --- a/deal.II/doc/news/anisotropic.html +++ b/deal.II/doc/news/anisotropic.html @@ -115,6 +115,19 @@ refinement.

base

    +
  1. + New: There is now a new GeometryInfo<dim>::isotropic_refinement variable of type + RefineCase::Type representing the isotropic + refinement case in dim dimensions, + i.e. GeometryInfo<1>::isotropic_refinement=RefineCase::cut_x, + GeometryInfo<2>::isotropic_refinement=RefineCase::cut_xy + and + GeometryInfo<3>::isotropic_refinement=RefineCase::cut_xyz. +
    + (RH 2005/03/03) +

@@ -161,7 +174,8 @@ refinement. if(!cell->refine_flag_set()) , if(cell->refine_flag_set()==false) and if(cell->refine_flag_set()) , but you cannot ask - if(cell->refine_flag_set()==true) any more.
+ if(cell->refine_flag_set()==true) any more. +
(RH 2005/03/03)

@@ -170,21 +184,8 @@ refinement. class="member">set_refine_flag function now has a new RefineCase::Type argument which defaults to GeometryInfo<dim>::isotropic_refinement.
(RH - 2005/03/03) -

- -
  • - New: There is now a new GeometryInfo<dim>::isotropic_refinement variable of type - RefineCase::Type representing the isotropic - refinement case in dim dimensions, - i.e. GeometryInfo<1>::isotropic_refinement=RefineCase::cut_x, - GeometryInfo<2>::isotropic_refinement=RefineCase::cut_xy - and - GeometryInfo<3>::isotropic_refinement=RefineCase::cut_xyz. -
    + class="member">isotropic_refinement. +
    (RH 2005/03/03)

    -- 2.39.5