From a2462c9e58f510f812532656135d7a2f85eedfee Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 6 Jul 1999 17:00:43 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@1543 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/data_out.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deal.II/deal.II/include/numerics/data_out.h b/deal.II/deal.II/include/numerics/data_out.h index 97dcc89833..bd8f314e25 100644 --- a/deal.II/deal.II/include/numerics/data_out.h +++ b/deal.II/deal.II/include/numerics/data_out.h @@ -331,6 +331,11 @@ class DataOut_DoFData : public DataOutInterface * for quadratic elementsyou may want to choose two, for cubic elements three, * and so on. * + * Note that after having called #build_patches# once, you can call one or + * more of the #write_*# functions of the base classes. You can therefore + * output the same data in more than one format without having to rebuild + * the patches. + * * * \subsection{User interface information} * -- 2.39.5