From: wolf Date: Thu, 3 Jul 2003 19:11:58 +0000 (+0000) Subject: DataOut_DoFData::merge_patches X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f41bfd0e0b5c9e8aabd5b29981ae5ccf85b7b864;p=dealii-svn.git DataOut_DoFData::merge_patches git-svn-id: https://svn.dealii.org/trunk@7843 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 35d6d6da6a..aff151a814 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -88,7 +88,10 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK 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. + of subdomains. It is also templatized on the first argument, so + can merge in some other DataOut_DoFData that create the same type + of patches but are otherwise different.
(WB 2002/06/30)