From a28a7509965c42b02ca5b863ba29e8f09259a4e8 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 12 Nov 2010 00:23:02 +0000 Subject: [PATCH] Announce this:
  • 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.
    (WB, 2010/11/11)

  • git-svn-id: https://svn.dealii.org/trunk@22701 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 5b77ef97eb..a6ec3164fe 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -310,7 +310,7 @@ through DoFHandler::get_tria() and DoFHandler::get_fe(), respectively.
    (GK 2010/11/7)

    - +
  • 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.

    deal.II

      +
    1. 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. +
      + (WB, 2010/11/11) +

    2. +
    3. 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). -- 2.39.5