This file is indexed.

/usr/lib/slepcdir/3.7.4/x86_64-linux-gnu-complex/include/slepc/finclude/ftn-auto/slepcfn.h90 is in libslepc-complex-3.7.4-dev 3.7.4+dfsg1-2build8.

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
      subroutine FNCombineSetChildren(a,b,c,d,z)
       FN a ! FN
       FNCombineType b ! FNCombineType
       FN c ! FN
       FN d ! FN
       integer z
       end subroutine
      subroutine FNCombineGetChildren(a,b,c,d,z)
       FN a ! FN
       FNCombineType b ! FNCombineType
       FN c ! FN
       FN d ! FN
       integer z
       end subroutine
      subroutine FNPhiSetIndex(a,b,z)
       FN a ! FN
       PetscInt b ! PetscInt
       integer z
       end subroutine
      subroutine FNPhiGetIndex(a,b,z)
       FN a ! FN
       PetscInt b ! PetscInt
       integer z
       end subroutine
      subroutine FNRationalSetNumerator(a,b,c,z)
       FN a ! FN
       PetscInt b ! PetscInt
       PetscScalar c ! PetscScalar
       integer z
       end subroutine
      subroutine FNRationalGetNumerator(a,b,c,z)
       FN a ! FN
       PetscInt b ! PetscInt
       PetscScalar c (*) ! PetscScalar
       integer z
       end subroutine
      subroutine FNRationalSetDenominator(a,b,c,z)
       FN a ! FN
       PetscInt b ! PetscInt
       PetscScalar c ! PetscScalar
       integer z
       end subroutine
      subroutine FNRationalGetDenominator(a,b,c,z)
       FN a ! FN
       PetscInt b ! PetscInt
       PetscScalar c (*) ! PetscScalar
       integer z
       end subroutine
      subroutine FNCreate(a,b,z)
       integer a ! MPI_Comm
       FN b ! FN
       integer z
       end subroutine
      subroutine FNSetScale(a,b,c,z)
       FN a ! FN
       PetscScalar b ! PetscScalar
       PetscScalar c ! PetscScalar
       integer z
       end subroutine
      subroutine FNGetScale(a,b,c,z)
       FN a ! FN
       PetscScalar b ! PetscScalar
       PetscScalar c ! PetscScalar
       integer z
       end subroutine
      subroutine FNEvaluateFunction(a,b,c,z)
       FN a ! FN
       PetscScalar b ! PetscScalar
       PetscScalar c ! PetscScalar
       integer z
       end subroutine
      subroutine FNEvaluateDerivative(a,b,c,z)
       FN a ! FN
       PetscScalar b ! PetscScalar
       PetscScalar c ! PetscScalar
       integer z
       end subroutine
      subroutine FNEvaluateFunctionMat(a,b,c,z)
       FN a ! FN
       Mat b ! Mat
       Mat c ! Mat
       integer z
       end subroutine
      subroutine FNEvaluateFunctionMatVec(a,b,c,z)
       FN a ! FN
       Mat b ! Mat
       Vec c ! Vec
       integer z
       end subroutine
      subroutine FNSetFromOptions(a,z)
       FN a ! FN
       integer z
       end subroutine
      subroutine FNDuplicate(a,b,c,z)
       FN a ! FN
       integer b ! MPI_Comm
       FN c ! FN
       integer z
       end subroutine
      subroutine FNDestroy(a,z)
       FN a ! FN
       integer z
       end subroutine