From: Wolfgang Bangerth Date: Mon, 24 Mar 2014 19:23:51 +0000 (+0000) Subject: Clarify language. X-Git-Tag: v8.2.0-rc1~666 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7343cecf277018ad86886f163263b734f2ec97eb;p=dealii.git Clarify language. git-svn-id: https://svn.dealii.org/trunk@32690 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/data_out_base.h b/deal.II/include/deal.II/base/data_out_base.h index 7fac598313..fe2be969d1 100644 --- a/deal.II/include/deal.II/base/data_out_base.h +++ b/deal.II/include/deal.II/base/data_out_base.h @@ -1762,7 +1762,8 @@ namespace DataOutBase * need a .pvtu file that describes which VTU files form * a group. The DataOutInterface::write_pvtu_record() function can * generate such a master record. Likewise, - * DataOutInterface::write_visit_record() does the same for older versions of VisIt (before 2.5.1). + * DataOutInterface::write_visit_record() does the same for VisIt + * (although VisIt can also read pvtu records since version 2.5.1). * Finally, for time dependent problems, you may also want to look * at DataOutInterface::write_pvd_record() * @@ -2239,11 +2240,12 @@ public: * function can generate such a * master record. Likewise, * DataOutInterface::write_visit_record() - * does the same for older versions of VisIt (before 2.5.1). Finally, - * DataOutInterface::write_pvd_record() - * can be used to group together - * the files that jointly make up - * a time dependent simulation. + * does the same for older versions of VisIt + * (although VisIt can also read pvtu records since version 2.5.1). + * 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; @@ -2297,14 +2299,14 @@ public: * @note The use of this function is * explained in step-40. * - * @note In order to tell Paraview to - * group together multiple pvtu - * files that each describe one time - * step of a time dependent simulation, - * see the + * @note In order to tell Paraview to + * group together multiple pvtu + * files that each describe one time + * step of a time dependent simulation, + * see the * DataOutInterface::write_pvd_record() - * function. - * + * function. + * * @note Older versions of VisIt (before 2.5.1), * can not read pvtu * records. However, it can read