This file is indexed.

/usr/lib/petscdir/3.7.7/x86_64-linux-gnu-real-debug/include/petsc/finclude/ftn-auto/petscpcgasm.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
      subroutine PCGASMSetTotalSubdomains(a,b,z)
       PC a ! PC
       PetscInt b ! PetscInt
       integer z
       end subroutine
      subroutine PCGASMSetOverlap(a,b,z)
       PC a ! PC
       PetscInt b ! PetscInt
       integer z
       end subroutine
      subroutine PCGASMSetType(a,b,z)
       PC a ! PC
       PCGASMType b ! PCGASMType
       integer z
       end subroutine
      subroutine PCGASMSetSortIndices(a,b,z)
       PC a ! PC
       PetscBool b ! PetscBool
       integer z
       end subroutine
      subroutine PCGASMCreateSubdomains2D(a,b,c,d,e,f,g,h,i,j,z)
       PC a ! PC
       PetscInt b ! PetscInt
       PetscInt c ! PetscInt
       PetscInt d ! PetscInt
       PetscInt e ! PetscInt
       PetscInt f ! PetscInt
       PetscInt g ! PetscInt
       PetscInt h ! PetscInt
       IS i ! IS
       IS j ! IS
       integer z
       end subroutine
      subroutine PCGASMSetUseDMSubdomains(a,b,z)
       PC a ! PC
       PetscBool b ! PetscBool
       integer z
       end subroutine
      subroutine PCGASMGetUseDMSubdomains(a,b,z)
       PC a ! PC
       PetscBool b ! PetscBool
       integer z
       end subroutine