From: wolf Date: Mon, 7 Apr 2003 15:43:15 +0000 (+0000) Subject: . X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e6f14b9daa20b70f4c39d11d80e89999f438056;p=dealii-svn.git . git-svn-id: https://svn.dealii.org/trunk@7369 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index a5190e37ec..1cda9498fa 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -747,6 +747,33 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. + Changed: The cell argument to Mapping::transform_unit_to_real_cell (and its + reverse function) is now passed by reference, rather than by value, for + efficiency reasons. +
    + (WB 2003/04/06) +

    + +
  2. + New: The GridGenerator::subdivided_hyper_cube generated a + hypercube as coarse grid that is subdivided a given number of times. +
    + (WB 2003/04/05) +

    + +
  3. + New: The DataOut_DoFData::merge_patches + function allows to merge the patches of two objects, so as to create one + output file from several DoF handlers. This is useful if one uses a + domain decomposition algorithm where each block of the domain is + represented by one DoF handler. +
    + (WB 2003/04/05) +

    +
  4. Fixed: The DataOutStack class had a problem when there were as many degrees of freedom as there were cells (i.e. if