From 811873e3ef2fc13897bfbe72683df0bfe44d38b6 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 1 Jul 2003 00:54:26 +0000 Subject: [PATCH] shift argument to merge_patches. git-svn-id: https://svn.dealii.org/trunk@7823 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-4-0.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index 04ac35fe52..9743a182d7 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -67,6 +67,16 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. + New: The DataOut_DoFData::merge_patches + now takes a second parameter that indicates a shift for each + vertex of the given patches to be merged. This is sometimes + nice if one wants to generate "exploded" views of a collection + of subdomains. +
    + (WB 2002/06/30) +

    +
  2. Fixed: The FETools::extrapolate function operates on patches of cells, but didn't check whether -- 2.39.5