]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Link to step-40.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 15 Nov 2010 01:25:37 +0000 (01:25 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 15 Nov 2010 01:25:37 +0000 (01:25 +0000)
git-svn-id: https://svn.dealii.org/trunk@22734 0785d39b-7218-0410-832d-ea1e28bc413d

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

index bd583acba679af83813f37e0ebf5567c9d1c9f05..940c56c4825173dbc2c11b46d5308737c7dd085d 100644 (file)
@@ -1708,10 +1708,13 @@ class DataOutBase
  * name rather than having to group several scalar fields into a
  * vector later on in the visualization program.
  *
- * Some visualization programs, such as ParaView, can read several separate
- * VTU files to parallelize visualization. In that case, you need a
- * <code>.pvtu</code> file that describes which VTU files form a group. The
- * DataOutInterface::write_pvtu_record() function can generate such a master record.
+ * Some visualization programs, such as ParaView, can read several
+ * separate VTU files to parallelize visualization. In that case, you
+ * need a <code>.pvtu</code> file that describes which VTU files form
+ * a group. The DataOutInterface::write_pvtu_record() function can
+ * generate such a master record.
+ *
+ * The use of this function is explained in step-40.
  */
     template <int dim, int spacedim>
     static void write_vtu (const std::vector<Patch<dim,spacedim> > &patches,
@@ -2275,6 +2278,9 @@ class DataOutInterface : private DataOutBase
                                      * call the current function, listing the
                                      * names of the files written by all
                                      * parallel processes.
+                                     *
+                                     * @note The use of this function is
+                                     * explained in step-40.
                                      */
     void write_pvtu_record (std::ostream &out,
                            const std::vector<std::string> &piece_names) const;

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.