<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><br></div><div>Thanks,</div><div>Mike</div></div>