From e9c74732fdc486051fad49617609c530abdaa9c2 Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth 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)
(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.
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)
+
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