From 3a5cea205fcd293f6935df19647974a2abc288ef Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 24 Mar 2014 19:23:51 +0000 Subject: [PATCH] Clarify language. git-svn-id: https://svn.dealii.org/trunk@32690 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/data_out_base.h | 28 +++++++++++--------- 1 file changed, 15 insertions(+), 13 deletions(-) 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 -- 2.39.5