[Paraview] VTK XML Unstructured Grid format

Christopher Neal chrisneal at snumerics.com
Wed Aug 24 12:50:41 EDT 2016


Hi All,

 

Does anyone have a link to an example or documentation describing how one can interpret a *.vtu file that is XML ascii? I’m looking at a file that was written for a 2x2x1 group of cells i.e. 4 hexahedral cells, and the connectivity looks like:

 

<Cells>

        <DataArray type="Int64" Name="connectivity" format="ascii" RangeMin="0" RangeMax="17">

          0 6 8 2 1 7

          9 3 2 8 10 4

          3 9 11 5 6 12

          14 8 7 13 15 9

          8 14 16 10 9 15

          17 11

        </DataArray>

        <DataArray type="Int64" Name="offsets" format="ascii" RangeMin="8" RangeMax="32">

          8 16 24 32

        </DataArray>

        <DataArray type="UInt8" Name="types" format="ascii" RangeMin="12" RangeMax="12">

          12 12 12 12

        </DataArray>

      </Cells>


I can’t seem to understand the connectivity info that is displayed. I would image there should be 8 entries per line for a hexahedral cell.


Any material on this would be greatly appreciated.

Thank you,

Chris Neal

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20160824/303eb9ab/attachment.html>


More information about the ParaView mailing list