This file is indexed.

/usr/lib/petscdir/3.4.2/include/finclude/ftn-auto/petscpc.h90 is in libpetsc3.4.2-dev 3.4.2.dfsg1-8.1+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
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
        subroutine PCBJacobiSetTotalBlocks(pc, blocks, lens ,ierr)
       PC pc ! PC
       PetscInt blocks ! PetscInt
       PetscInt lens (*) ! PetscInt
       integer ierr
       end subroutine
        subroutine PCBJacobiSetLocalBlocks(pc, blocks, lens ,ierr)
       PC pc ! PC
       PetscInt blocks ! PetscInt
       PetscInt lens (*) ! PetscInt
       integer ierr
       end subroutine
        subroutine PCFactorSetReuseOrdering(pc, flag ,ierr)
       PC pc ! PC
       PetscBool flag ! PetscBool
       integer ierr
       end subroutine
        subroutine PCFactorSetUpMatSolverPackage(pc ,ierr)
       PC pc ! PC
       integer ierr
       end subroutine
        subroutine PCFactorSetZeroPivot(pc, zero ,ierr)
       PC pc ! PC
       PetscReal zero ! PetscReal
       integer ierr
       end subroutine
        subroutine PCFactorSetShiftType(pc, shifttype ,ierr)
       PC pc ! PC
       MatFactorShiftType shifttype ! MatFactorShiftType
       integer ierr
       end subroutine
        subroutine PCFactorSetShiftAmount(pc, shiftamount ,ierr)
       PC pc ! PC
       PetscReal shiftamount ! PetscReal
       integer ierr
       end subroutine
        subroutine PCFactorSetLevels(pc, levels ,ierr)
       PC pc ! PC
       PetscInt levels ! PetscInt
       integer ierr
       end subroutine
        subroutine PCFactorSetAllowDiagonalFill(pc ,ierr)
       PC pc ! PC
       integer ierr
       end subroutine
        subroutine PCFactorReorderForNonzeroDiagonal(pc, rtol ,ierr)
       PC pc ! PC
       PetscReal rtol ! PetscReal
       integer ierr
       end subroutine
        subroutine PCFactorSetFill(pc, fill ,ierr)
       PC pc ! PC
       PetscReal fill ! PetscReal
       integer ierr
       end subroutine
        subroutine PCFactorSetUseInPlace(pc ,ierr)
       PC pc ! PC
       integer ierr
       end subroutine
        subroutine PCFactorSetColumnPivot(pc, dtcol ,ierr)
       PC pc ! PC
       PetscReal dtcol ! PetscReal
       integer ierr
       end subroutine
        subroutine PCFactorSetPivotInBlocks(pc, pivot ,ierr)
       PC pc ! PC
       PetscBool pivot ! PetscBool
       integer ierr
       end subroutine
        subroutine PCFactorSetReuseFill(pc, flag ,ierr)
       PC pc ! PC
       PetscBool flag ! PetscBool
       integer ierr
       end subroutine
        subroutine PCASMSetOverlap(pc, ovl ,ierr)
       PC pc ! PC
       PetscInt ovl ! PetscInt
       integer ierr
       end subroutine
        subroutine PCASMSetType(pc, type ,ierr)
       PC pc ! PC
       PCASMType type ! PCASMType
       integer ierr
       end subroutine
        subroutine PCASMSetSortIndices(pc, doSort ,ierr)
       PC pc ! PC
       PetscBool doSort ! PetscBool
       integer ierr
       end subroutine
        subroutine PCASMCreateSubdomains2D(m, n, mupper, nupper, dof,   &
     &overlap, Nsub, is, is_local ,ierr)
       PetscInt m ! PetscInt
       PetscInt n ! PetscInt
       PetscInt mupper ! PetscInt
       PetscInt nupper ! PetscInt
       PetscInt dof ! PetscInt
       PetscInt overlap ! PetscInt
       PetscInt Nsub ! PetscInt
       IS is ! IS
       IS is_local ! IS
       integer ierr
       end subroutine
        subroutine PCASMSetDMSubdomains(pc, flg ,ierr)
       PC pc ! PC
       PetscBool flg ! PetscBool
       integer ierr
       end subroutine
        subroutine PCASMGetDMSubdomains(pc, flg ,ierr)
       PC pc ! PC
       PetscBool flg ! PetscBool
       integer ierr
       end subroutine
        subroutine PCKSPGetKSP(pc, ksp ,ierr)
       PC pc ! PC
       KSP ksp ! KSP
       integer ierr
       end subroutine
        subroutine PCSPAISetEpsilon(pc, epsilon1 ,ierr)
       PC pc ! PC
       double precision epsilon1 ! double
       integer ierr
       end subroutine
        subroutine PCSPAISetNBSteps(pc, nbsteps1 ,ierr)
       PC pc ! PC
       integer nbsteps1 ! int
       integer ierr
       end subroutine
        subroutine PCSPAISetMax(pc, max1 ,ierr)
       PC pc ! PC
       integer max1 ! int
       integer ierr
       end subroutine
        subroutine PCSPAISetMaxNew(pc, maxnew1 ,ierr)
       PC pc ! PC
       integer maxnew1 ! int
       integer ierr
       end subroutine
        subroutine PCSPAISetBlockSize(pc, block_size1 ,ierr)
       PC pc ! PC
       integer block_size1 ! int
       integer ierr
       end subroutine
        subroutine PCSPAISetCacheSize(pc, cache_size ,ierr)
       PC pc ! PC
       integer cache_size ! int
       integer ierr
       end subroutine
        subroutine PCSPAISetVerbose(pc, verbose ,ierr)
       PC pc ! PC
       integer verbose ! int
       integer ierr
       end subroutine
        subroutine PCSPAISetSp(pc, sp ,ierr)
       PC pc ! PC
       integer sp ! int
       integer ierr
       end subroutine
        subroutine PCJacobiSetUseAbs(pc ,ierr)
       PC pc ! PC
       integer ierr
       end subroutine
        subroutine PCJacobiSetUseRowMax(pc ,ierr)
       PC pc ! PC
       integer ierr
       end subroutine
        subroutine PCJacobiSetUseRowSum(pc ,ierr)
       PC pc ! PC
       integer ierr
       end subroutine
        subroutine PCRedistributeGetKSP(pc, innerksp ,ierr)
       PC pc ! PC
       KSP innerksp ! KSP
       integer ierr
       end subroutine
        subroutine PCGalerkinSetRestriction(pc, R ,ierr)
       PC pc ! PC
       Mat R ! Mat
       integer ierr
       end subroutine
        subroutine PCGalerkinSetInterpolation(pc, P ,ierr)
       PC pc ! PC
       Mat P ! Mat
       integer ierr
       end subroutine
        subroutine PCGalerkinGetKSP(pc, ksp ,ierr)
       PC pc ! PC
       KSP ksp ! KSP
       integer ierr
       end subroutine
        subroutine PCISSetUseStiffnessScaling(pc, use ,ierr)
       PC pc ! PC
       PetscBool use ! PetscBool
       integer ierr
       end subroutine
        subroutine PCISSetSubdomainDiagonalScaling(pc, scaling_factors ,&
     &ierr)
       PC pc ! PC
       Vec scaling_factors ! Vec
       integer ierr
       end subroutine
        subroutine PCISSetSubdomainScalingFactor(pc, scal ,ierr)
       PC pc ! PC
       PetscScalar scal ! PetscScalar
       integer ierr
       end subroutine
        subroutine PCRedundantSetNumber(pc, nredundant ,ierr)
       PC pc ! PC
       PetscInt nredundant ! PetscInt
       integer ierr
       end subroutine
        subroutine PCRedundantSetScatter(pc, in, out ,ierr)
       PC pc ! PC
       VecScatter in ! VecScatter
       VecScatter out ! VecScatter
       integer ierr
       end subroutine
        subroutine PCRedundantGetKSP(pc, innerksp ,ierr)
       PC pc ! PC
       KSP innerksp ! KSP
       integer ierr
       end subroutine
        subroutine PCRedundantGetOperators(pc, mat, pmat ,ierr)
       PC pc ! PC
       Mat mat ! Mat
       Mat pmat ! Mat
       integer ierr
       end subroutine
        subroutine PCGAMGSetProcEqLim(pc, n ,ierr)
       PC pc ! PC
       PetscInt n ! PetscInt
       integer ierr
       end subroutine
        subroutine PCGAMGSetCoarseEqLim(pc, n ,ierr)
       PC pc ! PC
       PetscInt n ! PetscInt
       integer ierr
       end subroutine
        subroutine PCGAMGSetRepartitioning(pc, n ,ierr)
       PC pc ! PC
       PetscBool n ! PetscBool
       integer ierr
       end subroutine
        subroutine PCGAMGSetReuseProl(pc, n ,ierr)
       PC pc ! PC
       PetscBool n ! PetscBool
       integer ierr
       end subroutine
        subroutine PCGAMGSetUseASMAggs(pc, n ,ierr)
       PC pc ! PC
       PetscBool n ! PetscBool
       integer ierr
       end subroutine
        subroutine PCGAMGSetNlevels(pc, n ,ierr)
       PC pc ! PC
       PetscInt n ! PetscInt
       integer ierr
       end subroutine
        subroutine PCGAMGSetThreshold(pc, n ,ierr)
       PC pc ! PC
       PetscReal n ! PetscReal
       integer ierr
       end subroutine
        subroutine PCGAMGSetType(pc, type ,ierr)
       PC pc ! PC
       PCGAMGType type ! PCGAMGType
       integer ierr
       end subroutine
        subroutine PCGAMGSetNSmooths(pc, n ,ierr)
       PC pc ! PC
       PetscInt n ! PetscInt
       integer ierr
       end subroutine
        subroutine PCGAMGSetSymGraph(pc, n ,ierr)
       PC pc ! PC
       PetscBool n ! PetscBool
       integer ierr
       end subroutine
        subroutine PCGAMGSetSquareGraph(pc, n ,ierr)
       PC pc ! PC
       PetscBool n ! PetscBool
       integer ierr
       end subroutine
        subroutine PCEisenstatSetOmega(pc, omega ,ierr)
       PC pc ! PC
       PetscReal omega ! PetscReal
       integer ierr
       end subroutine
        subroutine PCEisenstatNoDiagonalScaling(pc ,ierr)
       PC pc ! PC
       integer ierr
       end subroutine
        subroutine PCSORSetSymmetric(pc, flag ,ierr)
       PC pc ! PC
       MatSORType flag ! MatSORType
       integer ierr
       end subroutine
        subroutine PCSORSetOmega(pc, omega ,ierr)
       PC pc ! PC
       PetscReal omega ! PetscReal
       integer ierr
       end subroutine
        subroutine PCSORSetIterations(pc, its, lits ,ierr)
       PC pc ! PC
       PetscInt its ! PetscInt
       PetscInt lits ! PetscInt
       integer ierr
       end subroutine
        subroutine PCSetFromOptions(pc ,ierr)
       PC pc ! PC
       integer ierr
       end subroutine
        subroutine PCSetDM(pc, dm ,ierr)
       PC pc ! PC
       DM dm ! DM
       integer ierr
       end subroutine
        subroutine PCGetDM(pc, dm ,ierr)
       PC pc ! PC
       DM dm ! DM
       integer ierr
       end subroutine
        subroutine PCSetApplicationContext(pc, usrP ,ierr)
       PC pc ! PC
       PetscVoid usrP ! void
       integer ierr
       end subroutine
        subroutine PCGetApplicationContext(pc, usrP ,ierr)
       PC pc ! PC
       PetscVoid usrP ! void
       integer ierr
       end subroutine
        subroutine PCReset(pc ,ierr)
       PC pc ! PC
       integer ierr
       end subroutine
        subroutine PCDestroy(pc ,ierr)
       PC pc ! PC
       integer ierr
       end subroutine
        subroutine PCSetDiagonalScale(pc, s ,ierr)
       PC pc ! PC
       Vec s ! Vec
       integer ierr
       end subroutine
        subroutine PCDiagonalScaleLeft(pc, in, out ,ierr)
       PC pc ! PC
       Vec in ! Vec
       Vec out ! Vec
       integer ierr
       end subroutine
        subroutine PCDiagonalScaleRight(pc, in, out ,ierr)
       PC pc ! PC
       Vec in ! Vec
       Vec out ! Vec
       integer ierr
       end subroutine
        subroutine PCSetUseAmat(pc, flg ,ierr)
       PC pc ! PC
       PetscBool flg ! PetscBool
       integer ierr
       end subroutine
        subroutine PCGetUseAmat(pc, flg ,ierr)
       PC pc ! PC
       PetscBool flg ! PetscBool
       integer ierr
       end subroutine
        subroutine PCCreate(comm, newpc ,ierr)
       integer comm ! MPI_Comm
       PC newpc ! PC
       integer ierr
       end subroutine
        subroutine PCApply(pc, x, y ,ierr)
       PC pc ! PC
       Vec x ! Vec
       Vec y ! Vec
       integer ierr
       end subroutine
        subroutine PCApplySymmetricLeft(pc, x, y ,ierr)
       PC pc ! PC
       Vec x ! Vec
       Vec y ! Vec
       integer ierr
       end subroutine
        subroutine PCApplySymmetricRight(pc, x, y ,ierr)
       PC pc ! PC
       Vec x ! Vec
       Vec y ! Vec
       integer ierr
       end subroutine
        subroutine PCApplyTranspose(pc, x, y ,ierr)
       PC pc ! PC
       Vec x ! Vec
       Vec y ! Vec
       integer ierr
       end subroutine
        subroutine PCApplyTransposeExists(pc, flg ,ierr)
       PC pc ! PC
       PetscBool flg ! PetscBool
       integer ierr
       end subroutine
        subroutine PCApplyBAorAB(pc, side, x, y, work ,ierr)
       PC pc ! PC
       PCSide side ! PCSide
       Vec x ! Vec
       Vec y ! Vec
       Vec work ! Vec
       integer ierr
       end subroutine
        subroutine PCApplyBAorABTranspose(pc, side, x, y, work ,ierr)
       PC pc ! PC
       PCSide side ! PCSide
       Vec x ! Vec
       Vec y ! Vec
       Vec work ! Vec
       integer ierr
       end subroutine
        subroutine PCApplyRichardsonExists(pc, exists ,ierr)
       PC pc ! PC
       PetscBool exists ! PetscBool
       integer ierr
       end subroutine
        subroutine PCApplyRichardson(pc, b, y, w, rtol, abstol, dtol,   &
     &its, guesszero, outits, reason ,ierr)
       PC pc ! PC
       Vec b ! Vec
       Vec y ! Vec
       Vec w ! Vec
       PetscReal rtol ! PetscReal
       PetscReal abstol ! PetscReal
       PetscReal dtol ! PetscReal
       PetscInt its ! PetscInt
       PetscBool guesszero ! PetscBool
       PetscInt outits ! PetscInt
       PCRichardsonConvergedReason reason ! PCRichardsonConvergedReason
       integer ierr
       end subroutine
        subroutine PCSetUp(pc ,ierr)
       PC pc ! PC
       integer ierr
       end subroutine
        subroutine PCSetUpOnBlocks(pc ,ierr)
       PC pc ! PC
       integer ierr
       end subroutine
        subroutine PCSetOperators(pc, Amat, Pmat, flag ,ierr)
       PC pc ! PC
       Mat Amat ! Mat
       Mat Pmat ! Mat
       MatStructure flag ! MatStructure
       integer ierr
       end subroutine
        subroutine PCFactorGetMatrix(pc, mat ,ierr)
       PC pc ! PC
       Mat mat ! Mat
       integer ierr
       end subroutine
        subroutine PCPreSolve(pc, ksp ,ierr)
       PC pc ! PC
       KSP ksp ! KSP
       integer ierr
       end subroutine
        subroutine PCPostSolve(pc, ksp ,ierr)
       PC pc ! PC
       KSP ksp ! KSP
       integer ierr
       end subroutine
        subroutine PCSetInitialGuessNonzero(pc, flg ,ierr)
       PC pc ! PC
       PetscBool flg ! PetscBool
       integer ierr
       end subroutine
        subroutine PCComputeExplicitOperator(pc, mat ,ierr)
       PC pc ! PC
       Mat mat ! Mat
       integer ierr
       end subroutine
        subroutine PCSetCoordinates(pc, dim, nloc, coords ,ierr)
       PC pc ! PC
       PetscInt dim ! PetscInt
       PetscInt nloc ! PetscInt
       PetscReal coords ! PetscReal
       integer ierr
       end subroutine
        subroutine PCFieldSplitSetFields(pc, splitname, n, fields,      &
     &fields_col ,ierr)
       PC pc ! PC
       character splitname (*) ! char
       PetscInt n ! PetscInt
       PetscInt fields ! PetscInt
       PetscInt fields_col ! PetscInt
       integer ierr
       end subroutine
        subroutine PCFieldSplitSetIS(pc, splitname, is ,ierr)
       PC pc ! PC
       character splitname (*) ! char
       IS is ! IS
       integer ierr
       end subroutine
        subroutine PCFieldSplitGetIS(pc, splitname, is ,ierr)
       PC pc ! PC
       character splitname (*) ! char
       IS is ! IS
       integer ierr
       end subroutine
        subroutine PCFieldSplitSetBlockSize(pc, bs ,ierr)
       PC pc ! PC
       PetscInt bs ! PetscInt
       integer ierr
       end subroutine
        subroutine PCFieldSplitSchurPrecondition(pc, ptype, pre ,ierr)
       PC pc ! PC
       PCFieldSplitSchurPreType ptype ! PCFieldSplitSchurPreType
       Mat pre ! Mat
       integer ierr
       end subroutine
        subroutine PCFieldSplitSetSchurFactType(pc, ftype ,ierr)
       PC pc ! PC
       PCFieldSplitSchurFactType ftype ! PCFieldSplitSchurFactType
       integer ierr
       end subroutine
        subroutine PCFieldSplitSetType(pc, type ,ierr)
       PC pc ! PC
       PCCompositeType type ! PCCompositeType
       integer ierr
       end subroutine
        subroutine PCFieldSplitGetType(pc, type ,ierr)
       PC pc ! PC
       PCCompositeType type ! PCCompositeType
       integer ierr
       end subroutine
        subroutine PCFieldSplitSetDMSplits(pc, flg ,ierr)
       PC pc ! PC
       PetscBool flg ! PetscBool
       integer ierr
       end subroutine
        subroutine PCFieldSplitGetDMSplits(pc, flg ,ierr)
       PC pc ! PC
       PetscBool flg ! PetscBool
       integer ierr
       end subroutine
        subroutine PCPARMSSetGlobal(pc, type ,ierr)
       PC pc ! PC
       PCPARMSGlobalType type ! PCPARMSGlobalType
       integer ierr
       end subroutine
        subroutine PCPARMSSetLocal(pc, type ,ierr)
       PC pc ! PC
       PCPARMSLocalType type ! PCPARMSLocalType
       integer ierr
       end subroutine
        subroutine PCPARMSSetSolveTolerances(pc, tol, maxits ,ierr)
       PC pc ! PC
       PetscReal tol ! PetscReal
       PetscInt maxits ! PetscInt
       integer ierr
       end subroutine
        subroutine PCPARMSSetSolveRestart(pc, restart ,ierr)
       PC pc ! PC
       PetscInt restart ! PetscInt
       integer ierr
       end subroutine
        subroutine PCPARMSSetNonsymPerm(pc, nonsym ,ierr)
       PC pc ! PC
       PetscBool nonsym ! PetscBool
       integer ierr
       end subroutine
        subroutine PCPARMSSetFill(pc, lfil0, lfil1, lfil2 ,ierr)
       PC pc ! PC
       PetscInt lfil0 ! PetscInt
       PetscInt lfil1 ! PetscInt
       PetscInt lfil2 ! PetscInt
       integer ierr
       end subroutine
        subroutine PCBDDCSetCoarseProblemType(pc, CPT ,ierr)
       PC pc ! PC
       CoarseProblemType CPT ! CoarseProblemType
       integer ierr
       end subroutine
        subroutine PCBDDCSetCoarseningRatio(pc, k ,ierr)
       PC pc ! PC
       PetscInt k ! PetscInt
       integer ierr
       end subroutine
        subroutine PCBDDCSetMaxLevels(pc, max_levels ,ierr)
       PC pc ! PC
       PetscInt max_levels ! PetscInt
       integer ierr
       end subroutine
        subroutine PCBDDCSetNullSpace(pc, NullSpace ,ierr)
       PC pc ! PC
       MatNullSpace NullSpace ! MatNullSpace
       integer ierr
       end subroutine
        subroutine PCBDDCSetDirichletBoundaries(pc, DirichletBoundaries &
     &,ierr)
       PC pc ! PC
       IS DirichletBoundaries ! IS
       integer ierr
       end subroutine
        subroutine PCBDDCSetNeumannBoundaries(pc, NeumannBoundaries ,   &
     &ierr)
       PC pc ! PC
       IS NeumannBoundaries ! IS
       integer ierr
       end subroutine
        subroutine PCBDDCGetDirichletBoundaries(pc, DirichletBoundaries &
     &,ierr)
       PC pc ! PC
       IS DirichletBoundaries ! IS
       integer ierr
       end subroutine
        subroutine PCBDDCGetNeumannBoundaries(pc, NeumannBoundaries ,   &
     &ierr)
       PC pc ! PC
       IS NeumannBoundaries ! IS
       integer ierr
       end subroutine
        subroutine PCBDDCSetLocalAdjacencyGraph(pc, nvtxs, xadj, adjncy &
     &, copymode ,ierr)
       PC pc ! PC
       PetscInt nvtxs ! PetscInt
       PetscInt xadj (*) ! PetscInt
       PetscInt adjncy (*) ! PetscInt
       PetscCopyMode copymode ! PetscCopyMode
       integer ierr
       end subroutine
        subroutine PCBDDCSetDofsSplitting(pc, n_is, ISForDofs ,ierr)
       PC pc ! PC
       PetscInt n_is ! PetscInt
       IS ISForDofs (*) ! IS
       integer ierr
       end subroutine
        subroutine PCBDDCMatFETIDPGetRHS(fetidp_mat, standard_rhs,      &
     &fetidp_flux_rhs ,ierr)
       Mat fetidp_mat ! Mat
       Vec standard_rhs ! Vec
       Vec fetidp_flux_rhs ! Vec
       integer ierr
       end subroutine
        subroutine PCBDDCMatFETIDPGetSolution(fetidp_mat,               &
     &fetidp_flux_sol, standard_sol ,ierr)
       Mat fetidp_mat ! Mat
       Vec fetidp_flux_sol ! Vec
       Vec standard_sol ! Vec
       integer ierr
       end subroutine
        subroutine PCBDDCCreateFETIDPOperators(pc, fetidp_mat, fetidp_pc&
     & ,ierr)
       PC pc ! PC
       Mat fetidp_mat ! Mat
       PC fetidp_pc ! PC
       integer ierr
       end subroutine
        subroutine PCCompositeSetType(pc, type ,ierr)
       PC pc ! PC
       PCCompositeType type ! PCCompositeType
       integer ierr
       end subroutine
        subroutine PCCompositeSpecialSetAlpha(pc, alpha ,ierr)
       PC pc ! PC
       PetscScalar alpha ! PetscScalar
       integer ierr
       end subroutine
        subroutine PCCompositeGetPC(pc, n, subpc ,ierr)
       PC pc ! PC
       PetscInt n ! PetscInt
       PC subpc ! PC
       integer ierr
       end subroutine
        subroutine PCShellSetContext(pc, ctx ,ierr)
       PC pc ! PC
       PetscVoid ctx ! void
       integer ierr
       end subroutine