]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Move entry to the right place.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 14 Jul 2014 11:08:08 +0000 (11:08 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 14 Jul 2014 11:08:08 +0000 (11:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@33164 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/news/changes.h

index 335ef8d0ff867e7f6a4a0ca65c2def4b480ac18d..265a0f326302438a61a6f9b68c5466a13accdca8 100644 (file)
@@ -90,6 +90,30 @@ inconvenience this causes.
 
 
 <ol>
+  <li> New: Added support for curved interior boundaries, and general
+  manifold id description.
+  <br>
+  A new attribute was added to each triangulation object
+  (types::manifold_id) which allows one to specify a manifold
+  description, much in the same way we do for boundaries, also for
+  interior edges and faces. At the moment this information is used
+  only for objects of topological dimension less than spacedim, but a
+  generalization of the class Boundary<dim,spacedim> is on its way to 
+  allow also curved cells.
+  <br>
+  For the moment, full backward compatibility is granted, and one can 
+  keep using the old Boundary<dim,spacedim>, together with 
+  Triangulation::set_boundary(), and Triangulation::get_boundary() 
+  methods. However, this change suggests to use the types::boundary_id associated
+  with each boundary face to indicate only boundary condition types, and 
+  it allows to separate the geometric meaning from the physical meaning. The 
+  suggested usage is
+  - types::boundary_id is used for the physical meaning
+  - types::manifold_id is used for the geometric meaning. 
+  <br>
+  (Luca Heltai, 2014/07/14)
+  </li>
+
   <li> Changed: The functionparser library bundled with deal.II got replaced
   by the muparser library.
   <br>
@@ -139,29 +163,6 @@ inconvenience this causes.
   <br>
   (Wolfgang Bangerth, 2013/12/21)
   </li>
-
-  <li> New: Added support for curved interior boundaries, and general
-  manifold id description.
-  <br>
-  A new flag was added to each triangulation obejct
-  (types::manifold_id) which allows one to specify a manifold
-  description, much in the same way we do for boundaries, also for
-  interior edges and faces. At the moment this information is used
-  only for objects of topological dimension less than spacedim, but a
-  generalization of the class Boundary<dim,spacedim> is on its way to 
-  allow also curved cells.
-  <br>
-  For the moment, full backward compatibility is granted, and one can 
-  keep using the old Boundary<dim,spacedim>, together with 
-  Triangulation::set_boundary(), and Triangulation::get_boundary() 
-  methods. However, this change suggests to use the types::boundary_id associated
-  with each boundary face to indicate only boundary condition types, and 
-  it allows to separate the geometrical meaning from the physical meaning. The 
-  suggested usage is types::boundary_id -> physical meaning, types::manifold_id
-  -> geometrical meaning. 
-  <br>
-  (Luca Heltai, 2014/07/14)
-  </li>
 </ol>
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.