From 27eb278f25f58e646be4004155e59c05ab376fc9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 7 Apr 2003 15:43:15 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@7369 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/c-3-4.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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 -- 2.39.5