2
0

triangle_mesh_2d.vtk 558 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # vtk DataFile Version 1.0
  2. 2D Unstructured Grid of Linear Triangles
  3. ASCII
  4. DATASET UNSTRUCTURED_GRID
  5. POINTS 8 float
  6. 0.0 0.0 0.0
  7. 1.0 0.0 0.0
  8. 2.0 0.0 0.0
  9. 0.0 1.0 0.0
  10. 1.0 1.0 0.0
  11. 2.0 1.0 0.0
  12. 0.0 2.0 0.0
  13. 1.0 2.0 0.0
  14. CELLS 6 24
  15. 3 0 1 3
  16. 3 1 4 3
  17. 3 1 2 4
  18. 3 2 5 4
  19. 3 3 4 6
  20. 3 4 7 6
  21. CELL_TYPES 6
  22. 5
  23. 5
  24. 5
  25. 5
  26. 5
  27. 5
  28. POINT_DATA 8
  29. SCALARS pressure float
  30. LOOKUP_TABLE default
  31. 0.0
  32. 1.0
  33. 2.0
  34. 1.0
  35. 2.0
  36. 3.0
  37. 2.0
  38. 3.0
  39. VECTORS velocity float
  40. 1.0 1.0 0.0
  41. 2.0 1.0 0.0
  42. 3.0 1.0 0.0
  43. 1.0 2.0 0.0
  44. 2.0 2.0 0.0
  45. 3.0 2.0 0.0
  46. 1.0 3.0 0.0
  47. 2.0 3.0 0.0