]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Announce this:
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 12 Nov 2010 00:23:02 +0000 (00:23 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 12 Nov 2010 00:23:02 +0000 (00:23 +0000)
  <li><p>New: There is now a class TriaAccessor<0,1,spacedim> that allows
  to write things like
  @code
    cell->face(0)->boundary_indicator();
    cell->face(1)->at_boundary();
  @endcode
  even if the cell corresponds to a one-dimensional triangulation where
  this was not previously possible.
  <br>
  (WB, 2010/11/11)
  </p></li>

git-svn-id: https://svn.dealii.org/trunk@22701 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/news/changes.h

index 5b77ef97ebad7b4fb77776d9119056c46314750a..a6ec3164fef8d5dd289f30861197677634c4382a 100644 (file)
@@ -310,7 +310,7 @@ through DoFHandler::get_tria() and DoFHandler::get_fe(), respectively.
   <br>
   (GK 2010/11/7)
   </p></li>
-  
+
   <li><p>New: The classes RelaxationBlockSOR and RelaxationBlockSSOR
   implement overlapping Schwarz relaxation methods. Additionally,
   their base class RelaxationBlock and the helper class BlockList have
@@ -347,6 +347,18 @@ through DoFHandler::get_tria() and DoFHandler::get_fe(), respectively.
 <h3>deal.II</h3>
 
 <ol>
+  <li><p>New: There is now a class TriaAccessor<0,1,spacedim> that allows
+  to write things like
+  @code
+    cell->face(0)->boundary_indicator();
+    cell->face(1)->at_boundary();
+  @endcode
+  even if the cell corresponds to a one-dimensional triangulation where
+  this was not previously possible.
+  <br>
+  (WB, 2010/11/11)
+  </p></li>
+
   <li><p>New: The GridOut::write_gnuplot function now also works for meshes
   that are embedded in a higher
   dimensional space (i.e. if the codimension was greater than 1).

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.