# Grid data for a very simple unstructured grid of triangles
Number Vertices = 6
0 1 1
1 -1 1
2 0 -1
3 1 -1
4 0 1
5 -1 -1
Number Elements = 4
0 2 4 5
1 0 3 4
2 1 4 5
3 2 3 4
Element Neighbors
0 2 3  -1
1 3 -1 -1
2 0 -1 -1
3 0 1  -1
Vertex Neighbors
0 2 3 4 
1 2 4 5
2 3 3 4 5
3 3 0 2 4
4 5 0 1 2 3 5
5 3 1 2 4
