From: wolf Date: Tue, 6 Jul 1999 17:00:43 +0000 (+0000) Subject: Doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2462c9e58f510f812532656135d7a2f85eedfee;p=dealii-svn.git Doc update. git-svn-id: https://svn.dealii.org/trunk@1543 0785d39b-7218-0410-832d-ea1e28bc413d --- 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} *