From: turcksin Date: Thu, 20 Mar 2014 22:13:06 +0000 (+0000) Subject: Update the documentation: VisIT can read .pvtu since version 2.5.1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52d6eb10a1c1068861a45f5c320c416f1cff1f9b;p=dealii-svn.git Update the documentation: VisIT can read .pvtu since version 2.5.1 git-svn-id: https://svn.dealii.org/trunk@32677 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 ea0a249a98..7fac598313 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,7 @@ 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 VisIt. + * DataOutInterface::write_visit_record() does the same for older versions of VisIt (before 2.5.1). * Finally, for time dependent problems, you may also want to look * at DataOutInterface::write_pvd_record() * @@ -2239,7 +2239,7 @@ public: * function can generate such a * master record. Likewise, * DataOutInterface::write_visit_record() - * does the same for VisIt. Finally, + * 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 @@ -2305,9 +2305,7 @@ public: * DataOutInterface::write_pvd_record() * function. * - * @note At the time of writing, - * the other big VTK-based - * visualization program, VisIt, + * @note Older versions of VisIt (before 2.5.1), * can not read pvtu * records. However, it can read * visit records as written by @@ -2374,7 +2372,7 @@ public: /** * This function is the exact equivalent of the write_pvtu_record() - * function but for the VisIt visualization program and for one visualization graph + * function but for older versions of the VisIt visualization program and for one visualization graph * (or one time step only). See there for the purpose of this function. * * This function is documented in the "Creating a master file for