<div dir="ltr"><div>as far as I read <a href="http://www.vtk.org/VTK/img/file-formats.pdf">http://www.vtk.org/VTK/img/file-formats.pdf</a>, there is no comment marker in ASCII VTK format. <br><br></div>Best,<br>nori<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 4, 2014 at 5:22 PM, Barry Smith <span dir="ltr"><<a href="mailto:bsmith@mcs.anl.gov" target="_blank">bsmith@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
  This is my fault. Is there a comment marker for ASCII VTK format? Let me know what it is and I’ll fix the code to make those lines comments and hence ignored by VTK<br>
<span class="HOEnZb"><font color="#888888"><br>
  Barry<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
> On Nov 4, 2014, at 5:21 AM, Norihiro Watanabe <<a href="mailto:norihiro.w@gmail.com">norihiro.w@gmail.com</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> I've updated PETSc version from 3.4 to 3.5 and found that object names are printed in VecView() even for ASCII VTK format. Is there any changes in the VTK output since the new version?<br>
><br>
> Our code is something like below.<br>
><br>
> ==<br>
>     PetscViewerCreate(PETSC_COMM_WORLD, &viewer);<br>
>     PetscViewerSetType(viewer, PETSCVIEWERASCII);<br>
>     PetscViewerFileSetName(viewer, filename);<br>
>     PetscViewerSetFormat(viewer, PETSC_VIEWER_ASCII_VTK);<br>
>     VecView(x, viewer);<br>
> ==<br>
><br>
> and VTK files created from v3.5 include additional two lines before POINT_DATA as<br>
><br>
> ==<br>
> Vec Object:Concentration 4 MPI processes<br>
>   type: mpi<br>
> POINT_DATA 1915<br>
> SCALARS Concentration double 1<br>
> LOOKUP_TABLE default<br>
> 0.007413<br>
> 0.00741375<br>
> 0.00741394<br>
> ....<br>
> ==<br>
><br>
><br>
> Best,<br>
> Nori<br>
><br>
> --<br>
> Norihiro Watanabe<br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">Norihiro Watanabe</div>
</div>