]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Doc update.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 18 Apr 2005 22:15:47 +0000 (22:15 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 18 Apr 2005 22:15:47 +0000 (22:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@10517 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/data_out_base.h

index c6e1ee82afb08ad8ff97abb24a695b3f90868965..20024f3fc645d8c9ce8c2286e696f60e1d42571b 100644 (file)
@@ -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 <int dim, int spacedim=dim>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.