From: Wolfgang Bangerth Date: Tue, 9 Sep 2003 14:13:22 +0000 (+0000) Subject: Include Joergs subdivided_hyper_rectangle. Add entry for his other change yesterday. X-Git-Tag: v8.0.0~16243 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cacbe0eae5e925f7eab97150f37798662a38255f;p=dealii.git Include Joergs subdivided_hyper_rectangle. Add entry for his other change yesterday. git-svn-id: https://svn.dealii.org/trunk@7967 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index 2d47f8a7ff..8e3c3cba99 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -163,6 +163,27 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. + New: GridGenerator has a new + function subdivided_hyper_rectangle + which generates a rectangle with given corner points and possibly + different numbers of subdivisions in different directions. + Use it e.g., to generate a domain of 1*4 length units + with square cells. +
    + (Joerg Weimar 2003/09/09) +

    + +
  2. + Improved: GridOut has a an improved + functionality for write_eps + to color the grid according to the refinement level. + A corresponding option is included in + GridOutFlags::Eps<2>. +
    + (Joerg Weimar 2003/09/09) +

    +
  3. New: The TriaAccessor::point_inside function is now also implemented in 3d.