From: Ralf Hartmann
+ New: There is now a new base
+
@@ -161,7 +174,8 @@ refinement.
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)
+ 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)
RefineCase::Type
argument which defaults to GeometryInfo<dim>
::isotropic_refinement
.
- 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)