<div dir="ltr"><div dir="ltr">On Sun, Feb 12, 2023 at 6:15 PM Mike Michell <<a href="mailto:mi.mike1021@gmail.com">mi.mike1021@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Dear PETSc team,<div><br></div><div>I am a user of PETSc with Fortran. My code uses DMPlex to handle dm object. To print out output variable and mesh connectivity, I use VecView() by defining PetscSection on that dm and borrow a vector. The type of the viewer is set to PETSCVIEWERVTK. </div><div><br></div><div>With 32bit indices, the above work flow has no issue. However, if PETSc is configured with 64bit indices, my output .vtu file has an error if I open the file with visualization tools, such as Paraview or Tecplot, saying that: </div><div>"Cannot read cell connectivity from Cells in piece 0 because the "offsets" array is not monotonically increasing or starts with a value other than 0."</div><div><br></div><div>If I open the .vtu file from terminal, I can see such a line:</div><div>...</div><div><DataArray type="Int32" Name="connectivity" NumberOfComponents="1" format="appended" offset="580860" /><br></div><div>...</div><div><br></div><div>I expected "DataArray type="Int64", since the PETSc has 64bit indices. Could I get recommendations that I need to check to resolve the issue? </div></div></blockquote><div><br></div><div>This is probably a bug. We will look at it.</div><div><br></div><div>Jed, I saw that Int32 is hardcoded in plexvtu.c, but sizeof(PetscInt) is used to calculate the offset, which looks inconsistent. Can you take a look?</div><div><br></div><div>  Thanks,</div><div><br></div><div>     Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Thanks,</div><div>Mike</div></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener</div><div><br></div><div><a href="http://www.cse.buffalo.edu/~knepley/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br></div></div></div></div></div></div></div></div>