<div dir="ltr"><div>Hi, <br><br></div>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 clear="all"><div><div><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></div><div>Best,<br>Nori<br><br></div><div>-- <br><div class="gmail_signature">Norihiro Watanabe</div>
</div></div></div>