This file is indexed.

/usr/lib/python2.7/dist-packages/PySPH-1.0a4.dev0-py2.7-linux-x86_64.egg/pyzoltan/core/tests/mesh.txt is in python-pysph 0~20160514.git91867dc-4build1.

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
##
## This simple structure is used by many of the nightly Zoltan tests.
## It can be interpreted as a mesh, a graph, a hypergraph, or simply
## as 25 objects to be partitioned.
##
##  21----22----23----24---25
##  |     |     |     |    |
##  16----17----18----19---20
##  |     |     |     |    |
##  11----12----13----14---15
##  |     |     |     |    |
##  6-----7-----8-----9----10
##  |     |     |     |    |
##  1-----2-----3-----4----5
##
##  Regarded as a mesh, vertex 1 is at location (0,0)
##  and vertex 25 is at location (4,4);
##

##  Number of vertices:
25 -1 -1

##  Here we list for each vertex, its global ID and location.

1   0 0
2   1 0
3   2 0
4   3 0
5   4 0
6   0 1
7   1 1
8   2 1
9   3 1
10  4 1
11  0 2
12  1 2
13  2 2
14  3 2
15  4 2
16  0 3
17  1 3
18  2 3
19  3 3
20  4 3
21  0 4
22  1 4
23  2 4
24  3 4
25  4 4