This file is indexed.

/usr/lib/petscdir/3.4.2/include/finclude/ftn-auto/petscpcgasm.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
        subroutine PCGASMSetOverlap(pc, ovl ,ierr)
       PC pc ! PC
       PetscInt ovl ! PetscInt
       integer ierr
       end subroutine
        subroutine PCGASMSetType(pc, type ,ierr)
       PC pc ! PC
       PCGASMType type ! PCGASMType
       integer ierr
       end subroutine
        subroutine PCGASMSetSortIndices(pc, doSort ,ierr)
       PC pc ! PC
       PetscBool doSort ! PetscBool
       integer ierr
       end subroutine
        subroutine PCGASMCreateSubdomains2D(pc, M, N, Mdomains, Ndomains&
     &, dof, overlap, nsub, iis, ois ,ierr)
       PC pc ! PC
       PetscInt M ! PetscInt
       PetscInt N ! PetscInt
       PetscInt Mdomains ! PetscInt
       PetscInt Ndomains ! PetscInt
       PetscInt dof ! PetscInt
       PetscInt overlap ! PetscInt
       PetscInt nsub ! PetscInt
       IS iis ! IS
       IS ois ! IS
       integer ierr
       end subroutine
        subroutine PCGASMSetDMSubdomains(pc, flg ,ierr)
       PC pc ! PC
       PetscBool flg ! PetscBool
       integer ierr
       end subroutine
        subroutine PCGASMGetDMSubdomains(pc, flg ,ierr)
       PC pc ! PC
       PetscBool flg ! PetscBool
       integer ierr
       end subroutine