/usr/share/VTKData/Data/quadraticTetra01.vtu is in vtkdata 5.8.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | <?xml version="1.0"?>
<VTKFile type="UnstructuredGrid" version="0.1" byte_order="LittleEndian" compressor="vtkZLibDataCompressor">
<UnstructuredGrid>
<Piece NumberOfPoints="22" NumberOfCells="3">
<PointData Scalars="scalars">
<DataArray type="Float32" Name="scalars" format="ascii">
1 1 1 1 0 0 0 0 0 0
1 1 1 0 0 0
1 1 1 0 0 0
</DataArray>
</PointData>
<CellData>
</CellData>
<Points>
<DataArray type="Float32" NumberOfComponents="3" format="ascii">
0 0 0
1 0 0
0.5 0.8 0
0.5 0.4 1
0.5 0 -0.2
0.6 0.6 0
0.3 0.4 0
0.4 0.2 0.5
0.85 0.3 0.5
0.5 0.6 0.45
2 -0.5 0
3 0 0
2 0.5 0
2.5 -0.25 0
2.5 0.25 0
1.75 0 0
1 -0.5 -1
1 0 -2
1 0.5 -1
1 -0.25 -1.5
1 0.25 -1.5
1 0 -0.75
</DataArray>
</Points>
<Cells>
<DataArray type="Int32" Name="connectivity" format="ascii">
0 1 2 3 4 5 6 7 8 9
10 11 12 13 14 15
16 17 18 19 20 21
</DataArray>
<DataArray type="Int32" Name="offsets" format="ascii">
10 16 22
</DataArray>
<DataArray type="UInt8" Name="types" format="ascii">
24 22 22
</DataArray>
</Cells>
</Piece>
</UnstructuredGrid>
</VTKFile>
|