This file is indexed.

/usr/lib/petscdir/3.7.5/x86_64-linux-gnu-complex-debug/include/petsc/finclude/ftn-auto/petscdraw.h90 is in libpetsc-complex-3.7.5-dbg 3.7.5+dfsg1-4+b1.

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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
      subroutine PetscDrawOpenNull(a,b,z)
       integer a ! MPI_Comm
       PetscDraw b ! PetscDraw
       integer z
       end subroutine
      subroutine PetscDrawIsNull(a,b,z)
       PetscDraw a ! PetscDraw
       PetscBool b ! PetscBool
       integer z
       end subroutine
      subroutine PetscDrawResizeWindow(a,b,c,z)
       PetscDraw a ! PetscDraw
       integer b ! int
       integer c ! int
       integer z
       end subroutine
      subroutine PetscDrawGetWindowSize(a,b,c,z)
       PetscDraw a ! PetscDraw
       integer b ! int
       integer c ! int
       integer z
       end subroutine
      subroutine PetscDrawCheckResizedWindow(a,z)
       PetscDraw a ! PetscDraw
       integer z
       end subroutine
      subroutine PetscDrawDestroy(a,z)
       PetscDraw a ! PetscDraw
       integer z
       end subroutine
      subroutine PetscDrawGetPopup(a,b,z)
       PetscDraw a ! PetscDraw
       PetscDraw b ! PetscDraw
       integer z
       end subroutine
      subroutine PetscDrawSetDisplay(a,b,z)
       PetscDraw a ! PetscDraw
       character b (*) ! char
       integer z
       end subroutine
      subroutine PetscDrawSetDoubleBuffer(a,z)
       PetscDraw a ! PetscDraw
       integer z
       end subroutine
      subroutine PetscDrawSetCoordinates(a,b,c,d,e,z)
       PetscDraw a ! PetscDraw
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       PetscReal d ! PetscReal
       PetscReal e ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawGetCoordinates(a,b,c,d,e,z)
       PetscDraw a ! PetscDraw
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       PetscReal d ! PetscReal
       PetscReal e ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawEllipse(a,b,c,d,e,f,z)
       PetscDraw a ! PetscDraw
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       PetscReal d ! PetscReal
       PetscReal e ! PetscReal
       integer f ! int
       integer z
       end subroutine
      subroutine PetscDrawGetMouseButton(a,b,c,d,e,f,z)
       PetscDraw a ! PetscDraw
       PetscDrawButton b ! PetscDrawButton
       PetscReal c ! PetscReal
       PetscReal d ! PetscReal
       PetscReal e ! PetscReal
       PetscReal f ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawRectangle(a,b,c,d,e,f,g,h,i,z)
       PetscDraw a ! PetscDraw
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       PetscReal d ! PetscReal
       PetscReal e ! PetscReal
       integer f ! int
       integer g ! int
       integer h ! int
       integer i ! int
       integer z
       end subroutine
      subroutine PetscDrawPause(a,z)
       PetscDraw a ! PetscDraw
       integer z
       end subroutine
      subroutine PetscDrawSetPause(a,b,z)
       PetscDraw a ! PetscDraw
       PetscReal b ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawGetPause(a,b,z)
       PetscDraw a ! PetscDraw
       PetscReal b ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawSetViewPort(a,b,c,d,e,z)
       PetscDraw a ! PetscDraw
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       PetscReal d ! PetscReal
       PetscReal e ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawGetViewPort(a,b,c,d,e,z)
       PetscDraw a ! PetscDraw
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       PetscReal d ! PetscReal
       PetscReal e ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawSplitViewPort(a,z)
       PetscDraw a ! PetscDraw
       integer z
       end subroutine
      subroutine PetscDrawPoint(a,b,c,d,z)
       PetscDraw a ! PetscDraw
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       integer d ! int
       integer z
       end subroutine
      subroutine PetscDrawPointPixel(a,b,c,d,z)
       PetscDraw a ! PetscDraw
       integer b ! int
       integer c ! int
       integer d ! int
       integer z
       end subroutine
      subroutine PetscDrawPointSetSize(a,b,z)
       PetscDraw a ! PetscDraw
       PetscReal b ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawSave(a,z)
       PetscDraw a ! PetscDraw
       integer z
       end subroutine
      subroutine PetscDrawSaveMovie(a,z)
       PetscDraw a ! PetscDraw
       integer z
       end subroutine
      subroutine PetscDrawMarker(a,b,c,d,z)
       PetscDraw a ! PetscDraw
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       integer d ! int
       integer z
       end subroutine
      subroutine PetscDrawSetMarkerType(a,b,z)
       PetscDraw a ! PetscDraw
       PetscDrawMarkerType b ! PetscDrawMarkerType
       integer z
       end subroutine
      subroutine PetscDrawGetMarkerType(a,b,z)
       PetscDraw a ! PetscDraw
       PetscDrawMarkerType b ! PetscDrawMarkerType
       integer z
       end subroutine
      subroutine PetscDrawStringSetSize(a,b,c,z)
       PetscDraw a ! PetscDraw
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawStringGetSize(a,b,c,z)
       PetscDraw a ! PetscDraw
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawSetFromOptions(a,z)
       PetscDraw a ! PetscDraw
       integer z
       end subroutine
      subroutine PetscDrawTriangle(a,b,c,d,e,f,g,h,i,j,z)
       PetscDraw a ! PetscDraw
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       PetscReal d ! PetscReal
       PetscReal e ! PetscReal
       PetscReal f ! PetscReal
       PetscReal g ! PetscReal
       integer h ! int
       integer i ! int
       integer j ! int
       integer z
       end subroutine
      subroutine PetscDrawScalePopup(a,b,c,z)
       PetscDraw a ! PetscDraw
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawTensorContourPatch(a,b,c,d,e,f,g,h,z)
       PetscDraw a ! PetscDraw
       integer b ! int
       integer c ! int
       PetscReal d ! PetscReal
       PetscReal e ! PetscReal
       PetscReal f ! PetscReal
       PetscReal g ! PetscReal
       PetscReal h ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawClear(a,z)
       PetscDraw a ! PetscDraw
       integer z
       end subroutine
      subroutine PetscDrawBOP(a,z)
       PetscDraw a ! PetscDraw
       integer z
       end subroutine
      subroutine PetscDrawEOP(a,z)
       PetscDraw a ! PetscDraw
       integer z
       end subroutine
      subroutine PetscDrawGetBoundingBox(a,b,c,d,e,z)
       PetscDraw a ! PetscDraw
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       PetscReal d ! PetscReal
       PetscReal e ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawGetCurrentPoint(a,b,c,z)
       PetscDraw a ! PetscDraw
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawSetCurrentPoint(a,b,c,z)
       PetscDraw a ! PetscDraw
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawPushCurrentPoint(a,b,c,z)
       PetscDraw a ! PetscDraw
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawPopCurrentPoint(a,z)
       PetscDraw a ! PetscDraw
       integer z
       end subroutine
      subroutine PetscDrawLine(a,b,c,d,e,f,z)
       PetscDraw a ! PetscDraw
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       PetscReal d ! PetscReal
       PetscReal e ! PetscReal
       integer f ! int
       integer z
       end subroutine
      subroutine PetscDrawArrow(a,b,c,d,e,f,z)
       PetscDraw a ! PetscDraw
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       PetscReal d ! PetscReal
       PetscReal e ! PetscReal
       integer f ! int
       integer z
       end subroutine
      subroutine PetscDrawLineSetWidth(a,b,z)
       PetscDraw a ! PetscDraw
       PetscReal b ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawLineGetWidth(a,b,z)
       PetscDraw a ! PetscDraw
       PetscReal b ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawFlush(a,z)
       PetscDraw a ! PetscDraw
       integer z
       end subroutine
      subroutine PetscDrawLGAddCommonPoint(a,b,c,z)
       PetscDrawLG a ! PetscDrawLG
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawLGAddPoint(a,b,c,z)
       PetscDrawLG a ! PetscDrawLG
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawBarDraw(a,z)
       PetscDrawBar a ! PetscDrawBar
       integer z
       end subroutine
      subroutine PetscDrawBarSave(a,z)
       PetscDrawBar a ! PetscDrawBar
       integer z
       end subroutine
      subroutine PetscDrawBarSetColor(a,b,z)
       PetscDrawBar a ! PetscDrawBar
       integer b ! int
       integer z
       end subroutine
      subroutine PetscDrawBarSort(a,b,c,z)
       PetscDrawBar a ! PetscDrawBar
       PetscBool b ! PetscBool
       PetscReal c ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawBarSetLimits(a,b,c,z)
       PetscDrawBar a ! PetscDrawBar
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawBarSetFromOptions(a,z)
       PetscDrawBar a ! PetscDrawBar
       integer z
       end subroutine
      subroutine PetscDrawSPSetDimension(a,b,z)
       PetscDrawSP a ! PetscDrawSP
       integer b ! int
       integer z
       end subroutine
      subroutine PetscDrawSPReset(a,z)
       PetscDrawSP a ! PetscDrawSP
       integer z
       end subroutine
      subroutine PetscDrawSPAddPoint(a,b,c,z)
       PetscDrawSP a ! PetscDrawSP
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawSPDraw(a,b,z)
       PetscDrawSP a ! PetscDrawSP
       PetscBool b ! PetscBool
       integer z
       end subroutine
      subroutine PetscDrawSPSave(a,z)
       PetscDrawSP a ! PetscDrawSP
       integer z
       end subroutine
      subroutine PetscDrawSPSetLimits(a,b,c,d,e,z)
       PetscDrawSP a ! PetscDrawSP
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       PetscReal d ! PetscReal
       PetscReal e ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawAxisCreate(a,b,z)
       PetscDraw a ! PetscDraw
       PetscDrawAxis b ! PetscDrawAxis
       integer z
       end subroutine
      subroutine PetscDrawAxisDestroy(a,z)
       PetscDrawAxis a ! PetscDrawAxis
       integer z
       end subroutine
      subroutine PetscDrawAxisSetColors(a,b,c,d,z)
       PetscDrawAxis a ! PetscDrawAxis
       integer b ! int
       integer c ! int
       integer d ! int
       integer z
       end subroutine
      subroutine PetscDrawAxisSetLimits(a,b,c,d,e,z)
       PetscDrawAxis a ! PetscDrawAxis
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       PetscReal d ! PetscReal
       PetscReal e ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawAxisGetLimits(a,b,c,d,e,z)
       PetscDrawAxis a ! PetscDrawAxis
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       PetscReal d ! PetscReal
       PetscReal e ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawAxisSetHoldLimits(a,b,z)
       PetscDrawAxis a ! PetscDrawAxis
       PetscBool b ! PetscBool
       integer z
       end subroutine
      subroutine PetscDrawAxisDraw(a,z)
       PetscDrawAxis a ! PetscDrawAxis
       integer z
       end subroutine
      subroutine PetscDrawLGGetAxis(a,b,z)
       PetscDrawLG a ! PetscDrawLG
       PetscDrawAxis b ! PetscDrawAxis
       integer z
       end subroutine
      subroutine PetscDrawLGGetDraw(a,b,z)
       PetscDrawLG a ! PetscDrawLG
       PetscDraw b ! PetscDraw
       integer z
       end subroutine
      subroutine PetscDrawLGSPDraw(a,b,z)
       PetscDrawLG a ! PetscDrawLG
       PetscDrawSP b ! PetscDrawSP
       integer z
       end subroutine
      subroutine PetscDrawLGCreate(a,b,c,z)
       PetscDraw a ! PetscDraw
       PetscInt b ! PetscInt
       PetscDrawLG c ! PetscDrawLG
       integer z
       end subroutine
      subroutine PetscDrawLGSetColors(a,b,z)
       PetscDrawLG a ! PetscDrawLG
       integer b (*) ! int
       integer z
       end subroutine
      subroutine PetscDrawLGGetDimension(a,b,z)
       PetscDrawLG a ! PetscDrawLG
       PetscInt b ! PetscInt
       integer z
       end subroutine
      subroutine PetscDrawLGSetDimension(a,b,z)
       PetscDrawLG a ! PetscDrawLG
       PetscInt b ! PetscInt
       integer z
       end subroutine
      subroutine PetscDrawLGSetLimits(a,b,c,d,e,z)
       PetscDrawLG a ! PetscDrawLG
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       PetscReal d ! PetscReal
       PetscReal e ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawLGReset(a,z)
       PetscDrawLG a ! PetscDrawLG
       integer z
       end subroutine
      subroutine PetscDrawLGDestroy(a,z)
       PetscDrawLG a ! PetscDrawLG
       integer z
       end subroutine
      subroutine PetscDrawLGSetUseMarkers(a,b,z)
       PetscDrawLG a ! PetscDrawLG
       PetscBool b ! PetscBool
       integer z
       end subroutine
      subroutine PetscDrawLGDraw(a,z)
       PetscDrawLG a ! PetscDrawLG
       integer z
       end subroutine
      subroutine PetscDrawLGSave(a,z)
       PetscDrawLG a ! PetscDrawLG
       integer z
       end subroutine
      subroutine PetscDrawLGView(a,b,z)
       PetscDrawLG a ! PetscDrawLG
       PetscViewer b ! PetscViewer
       integer z
       end subroutine
      subroutine PetscDrawLGSetFromOptions(a,z)
       PetscDrawLG a ! PetscDrawLG
       integer z
       end subroutine
      subroutine PetscDrawHGSetNumberBins(a,b,z)
       PetscDrawHG a ! PetscDrawHG
       integer b ! int
       integer z
       end subroutine
      subroutine PetscDrawHGReset(a,z)
       PetscDrawHG a ! PetscDrawHG
       integer z
       end subroutine
      subroutine PetscDrawHGAddValue(a,b,z)
       PetscDrawHG a ! PetscDrawHG
       PetscReal b ! PetscReal
       integer z
       end subroutine
      subroutine PetscDrawHGDraw(a,z)
       PetscDrawHG a ! PetscDrawHG
       integer z
       end subroutine
      subroutine PetscDrawHGSave(a,z)
       PetscDrawHG a ! PetscDrawHG
       integer z
       end subroutine
      subroutine PetscDrawHGView(a,b,z)
       PetscDrawHG a ! PetscDrawHG
       PetscViewer b ! PetscViewer
       integer z
       end subroutine
      subroutine PetscDrawHGSetColor(a,b,z)
       PetscDrawHG a ! PetscDrawHG
       integer b ! int
       integer z
       end subroutine
      subroutine PetscDrawHGSetLimits(a,b,c,d,e,z)
       PetscDrawHG a ! PetscDrawHG
       PetscReal b ! PetscReal
       PetscReal c ! PetscReal
       integer d ! int
       integer e ! int
       integer z
       end subroutine
      subroutine PetscDrawHGCalcStats(a,b,z)
       PetscDrawHG a ! PetscDrawHG
       PetscBool b ! PetscBool
       integer z
       end subroutine
      subroutine PetscDrawHGIntegerBins(a,b,z)
       PetscDrawHG a ! PetscDrawHG
       PetscBool b ! PetscBool
       integer z
       end subroutine