I am trying to output my numerical simulation data in vtk format. My grid is structured and I need to use the VTK's XML format. My greatest confusion is about the WholeExtent and the Piece Extent attributes. E.g., the VTK pdf manual says
StructuredGrid WholeExtent = "x1 x2 y1 y2 z1 z2".
What exactly are these x1
, x2
's, etc? A similar question is about the x1
, x2
's in the Piece Extent attribute.
Thank you!