This file is indexed.

/usr/lib/petscdir/3.7.7/x86_64-linux-gnu-real-debug/include/petsc/finclude/ftn-auto/petscmatorderings.h90 is in libpetsc3.7.7-dbg 3.7.7+dfsg1-2build5.

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
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
      subroutine MatCoarsenApply(a,z)
       MatCoarsen a ! MatCoarsen
       integer z
       end subroutine
      subroutine MatCoarsenSetAdjacency(a,b,z)
       MatCoarsen a ! MatCoarsen
       Mat b ! Mat
       integer z
       end subroutine
      subroutine MatCoarsenSetStrictAggs(a,b,z)
       MatCoarsen a ! MatCoarsen
       PetscBool b ! PetscBool
       integer z
       end subroutine
      subroutine MatCoarsenDestroy(a,z)
       MatCoarsen a ! MatCoarsen
       integer z
       end subroutine
      subroutine MatCoarsenCreate(a,b,z)
       integer a ! MPI_Comm
       MatCoarsen b ! MatCoarsen
       integer z
       end subroutine
      subroutine MatCoarsenSetFromOptions(a,z)
       MatCoarsen a ! MatCoarsen
       integer z
       end subroutine
      subroutine MatPartitioningPTScotchSetImbalance(a,b,z)
       MatPartitioning a ! MatPartitioning
       PetscReal b ! PetscReal
       integer z
       end subroutine
      subroutine MatPartitioningPTScotchGetImbalance(a,b,z)
       MatPartitioning a ! MatPartitioning
       PetscReal b ! PetscReal
       integer z
       end subroutine
      subroutine MatPartitioningPTScotchSetStrategy(a,b,z)
       MatPartitioning a ! MatPartitioning
       MPPTScotchStrategyType b ! MPPTScotchStrategyType
       integer z
       end subroutine
      subroutine MatPartitioningPTScotchGetStrategy(a,b,z)
       MatPartitioning a ! MatPartitioning
       MPPTScotchStrategyType b ! MPPTScotchStrategyType
       integer z
       end subroutine
      subroutine MatPartitioningPartySetCoarseLevel(a,b,z)
       MatPartitioning a ! MatPartitioning
       PetscReal b ! PetscReal
       integer z
       end subroutine
      subroutine MatPartitioningPartySetMatchOptimization(a,b,z)
       MatPartitioning a ! MatPartitioning
       PetscBool b ! PetscBool
       integer z
       end subroutine
      subroutine MatPartitioningPartySetBipart(a,b,z)
       MatPartitioning a ! MatPartitioning
       PetscBool b ! PetscBool
       integer z
       end subroutine
      subroutine MatCreateLaplacian(a,b,c,d,z)
       Mat a ! Mat
       PetscReal b ! PetscReal
       PetscBool c ! PetscBool
       Mat d ! Mat
       integer z
       end subroutine
      subroutine MatColoringCreate(a,b,z)
       Mat a ! Mat
       MatColoring b ! MatColoring
       integer z
       end subroutine
      subroutine MatColoringDestroy(a,z)
       MatColoring a ! MatColoring
       integer z
       end subroutine
      subroutine MatColoringSetFromOptions(a,z)
       MatColoring a ! MatColoring
       integer z
       end subroutine
      subroutine MatColoringSetDistance(a,b,z)
       MatColoring a ! MatColoring
       PetscInt b ! PetscInt
       integer z
       end subroutine
      subroutine MatColoringGetDistance(a,b,z)
       MatColoring a ! MatColoring
       PetscInt b ! PetscInt
       integer z
       end subroutine
      subroutine MatColoringSetMaxColors(a,b,z)
       MatColoring a ! MatColoring
       PetscInt b ! PetscInt
       integer z
       end subroutine
      subroutine MatColoringGetMaxColors(a,b,z)
       MatColoring a ! MatColoring
       PetscInt b ! PetscInt
       integer z
       end subroutine
      subroutine MatColoringApply(a,b,z)
       MatColoring a ! MatColoring
       ISColoring b ! ISColoring
       integer z
       end subroutine
      subroutine MatColoringView(a,b,z)
       MatColoring a ! MatColoring
       PetscViewer b ! PetscViewer
       integer z
       end subroutine
      subroutine MatColoringSetWeightType(a,b,z)
       MatColoring a ! MatColoring
       MatColoringWeightType b ! MatColoringWeightType
       integer z
       end subroutine
      subroutine MatPartitioningApply(a,b,z)
       MatPartitioning a ! MatPartitioning
       IS b ! IS
       integer z
       end subroutine
      subroutine MatPartitioningSetAdjacency(a,b,z)
       MatPartitioning a ! MatPartitioning
       Mat b ! Mat
       integer z
       end subroutine
      subroutine MatPartitioningDestroy(a,z)
       MatPartitioning a ! MatPartitioning
       integer z
       end subroutine
      subroutine MatPartitioningCreate(a,b,z)
       integer a ! MPI_Comm
       MatPartitioning b ! MatPartitioning
       integer z
       end subroutine
      subroutine MatPartitioningSetFromOptions(a,z)
       MatPartitioning a ! MatPartitioning
       integer z
       end subroutine
      subroutine MatPartitioningParmetisSetCoarseSequential(a,z)
       MatPartitioning a ! MatPartitioning
       integer z
       end subroutine
      subroutine MatPartitioningParmetisSetRepartition(a,z)
       MatPartitioning a ! MatPartitioning
       integer z
       end subroutine
      subroutine MatPartitioningParmetisGetEdgeCut(a,b,z)
       MatPartitioning a ! MatPartitioning
       PetscInt b ! PetscInt
       integer z
       end subroutine
      subroutine MatMeshToVertexGraph(a,b,c,z)
       Mat a ! Mat
       PetscInt b ! PetscInt
       Mat c ! Mat
       integer z
       end subroutine
      subroutine MatMeshToCellGraph(a,b,c,z)
       Mat a ! Mat
       PetscInt b ! PetscInt
       Mat c ! Mat
       integer z
       end subroutine
      subroutine MatPartitioningChacoSetGlobal(a,b,z)
       MatPartitioning a ! MatPartitioning
       MPChacoGlobalType b ! MPChacoGlobalType
       integer z
       end subroutine
      subroutine MatPartitioningChacoGetGlobal(a,b,z)
       MatPartitioning a ! MatPartitioning
       MPChacoGlobalType b ! MPChacoGlobalType
       integer z
       end subroutine
      subroutine MatPartitioningChacoSetLocal(a,b,z)
       MatPartitioning a ! MatPartitioning
       MPChacoLocalType b ! MPChacoLocalType
       integer z
       end subroutine
      subroutine MatPartitioningChacoGetLocal(a,b,z)
       MatPartitioning a ! MatPartitioning
       MPChacoLocalType b ! MPChacoLocalType
       integer z
       end subroutine
      subroutine MatPartitioningChacoSetCoarseLevel(a,b,z)
       MatPartitioning a ! MatPartitioning
       PetscReal b ! PetscReal
       integer z
       end subroutine
      subroutine MatPartitioningChacoSetEigenSolver(a,b,z)
       MatPartitioning a ! MatPartitioning
       MPChacoEigenType b ! MPChacoEigenType
       integer z
       end subroutine
      subroutine MatPartitioningChacoGetEigenSolver(a,b,z)
       MatPartitioning a ! MatPartitioning
       MPChacoEigenType b ! MPChacoEigenType
       integer z
       end subroutine
      subroutine MatPartitioningChacoSetEigenTol(a,b,z)
       MatPartitioning a ! MatPartitioning
       PetscReal b ! PetscReal
       integer z
       end subroutine
      subroutine MatPartitioningChacoGetEigenTol(a,b,z)
       MatPartitioning a ! MatPartitioning
       PetscReal b ! PetscReal
       integer z
       end subroutine
      subroutine MatPartitioningChacoSetEigenNumber(a,b,z)
       MatPartitioning a ! MatPartitioning
       PetscInt b ! PetscInt
       integer z
       end subroutine
      subroutine MatPartitioningChacoGetEigenNumber(a,b,z)
       MatPartitioning a ! MatPartitioning
       PetscInt b ! PetscInt
       integer z
       end subroutine