From efb47664f8836a5244ca94a4511584dae19fb2b0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 3 Jul 2003 19:11:58 +0000 Subject: [PATCH] DataOut_DoFData::merge_patches git-svn-id: https://svn.dealii.org/trunk@7843 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-4-0.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)

-- 2.39.5