* a group. The DataOutInterface::write_pvtu_record() function can
* generate such a master record. Likewise,
* DataOutInterface::write_visit_record() does the same for VisIt.
+ * Finally, for time dependent problems, you may also want to look
+ * at DataOutInterface::write_pvd_record()
*
* The use of this function is explained in step-40.
*/
* function can generate such a
* master record. Likewise,
* DataOutInterface::write_visit_record()
- * does the same for VisIt.
+ * does the same for VisIt. Finally,
+ * DataOutInterface::write_pvd_record()
+ * can be used to group together
+ * the files that jointly make up
+ * a time dependent simulation.
*/
void write_vtu (std::ostream &out) const;
* @note The use of this function is
* explained in step-40.
*
+ * @note In order to tell Paraview to
+ * group together multiple <code>pvtu</code>
+ * files that each describe one time
+ * step of a time dependent simulation,
+ * see the
+ * DataOutInterface::write_pvd_record()
+ * function.
+ *
* @note At the time of writing,
* the other big VTK-based
* visualization program, VisIt,