This file is indexed.

/usr/lib/petscdir/3.1/include/finclude/ftn-auto/petscao.h90 is in libpetsc3.1-dev 3.1.dfsg-11ubuntu1.

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
        subroutine AODestroy(ao ,ierr)
       AO ao ! AO
       integer ierr
       end subroutine
        subroutine AOPetscToApplicationIS(ao, is ,ierr)
       AO ao ! AO
       IS is ! IS
       integer ierr
       end subroutine
        subroutine AOApplicationToPetscIS(ao, is ,ierr)
       AO ao ! AO
       IS is ! IS
       integer ierr
       end subroutine
        subroutine AOPetscToApplication(ao, n, ia ,ierr)
       AO ao ! AO
       PetscInt n ! PetscInt
       PetscInt ia (*) ! PetscInt
       integer ierr
       end subroutine
        subroutine AOApplicationToPetsc(ao, n, ia ,ierr)
       AO ao ! AO
       PetscInt n ! PetscInt
       PetscInt ia (*) ! PetscInt
       integer ierr
       end subroutine
        subroutine AOPetscToApplicationPermuteInt(ao, block, array ,ierr&
     &)
       AO ao ! AO
       PetscInt block ! PetscInt
       PetscInt array (*) ! PetscInt
       integer ierr
       end subroutine
        subroutine AOApplicationToPetscPermuteInt(ao, block, array ,ierr&
     &)
       AO ao ! AO
       PetscInt block ! PetscInt
       PetscInt array (*) ! PetscInt
       integer ierr
       end subroutine
        subroutine AOPetscToApplicationPermuteReal(ao, block, array ,   &
     &ierr)
       AO ao ! AO
       PetscInt block ! PetscInt
       PetscReal array (*) ! PetscReal
       integer ierr
       end subroutine
        subroutine AOApplicationToPetscPermuteReal(ao, block, array ,   &
     &ierr)
       AO ao ! AO
       PetscInt block ! PetscInt
       PetscReal array (*) ! PetscReal
       integer ierr
       end subroutine
        subroutine AOMappingHasPetscIndex(ao, idex, hasIndex ,ierr)
       AO ao ! AO
       PetscInt idex ! PetscInt
       PetscTruth hasIndex ! PetscTruth
       integer ierr
       end subroutine