From: wolf CellAccessor::neighbor_child_on_subface
and DoFCellAccessor::neighbor_child_on_subface
->>>>>>> 1.41
that should be called instead of using GeometryInfo::child_cell_on_face
in most cases.
@@ -319,7 +318,6 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
->>>>>>> 1.36
New: GridGenerator
has a new
function subdivided_hyper_rectangle
which generates a rectangle with given corner points and possibly
@@ -330,6 +328,15 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
(Joerg Weimar 2003/09/09)
+ Improved: The 3d grid reordering code in the GridReordering
class now uses an algorithm
+ that is linear in the number of elements. The old code was
+ exponential, so this is a vast improvement.
+
+ (Michael Anderson 2003/09/23)
+
Improved: GridOut
has a an improved
functionality for write_eps