From: wolf Date: Mon, 18 Apr 2005 22:15:47 +0000 (+0000) Subject: Doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22f344bc62aea364196e5e222e2ac7dc9a8e7898;p=dealii-svn.git Doc update. git-svn-id: https://svn.dealii.org/trunk@10517 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/data_out_base.h b/deal.II/base/include/base/data_out_base.h index c6e1ee82af..20024f3fc6 100644 --- a/deal.II/base/include/base/data_out_base.h +++ b/deal.II/base/include/base/data_out_base.h @@ -2292,6 +2292,17 @@ class DataOutInterface : private DataOutBase * This second use scenario is explained in some detail in the step-18 * example program. * + * Both these applications are implemented in the step-19 example program. + * There, a slight complication is also explained: in order to read data back + * into this object, you have to know the template parameters for the space + * dimension which were used when writing the data. If this knowledge is + * available at compile time, then this is no problem. However, if it is not + * (such as in a simple format converted), then it needs to be figured out at + * run time, even though the compiler already needs it at compile time. A way + * around using the DataOutBase::determine_intermediate_format_dimensions() + * function is explained in step-19. + * + * * @author Wolfgang Bangerth, 2005 */ template