This file is indexed.

/usr/share/octave/packages/secs2d-0.0.8/DDGOXT/doc-cache is in octave-secs2d 0.0.8-5.

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
# Created by Octave 3.8.2, Mon Sep 22 16:35:03 2014 UTC <root@rama>
# name: cache
# type: cell
# rows: 3
# columns: 3
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 29
DDGOXTelectron_driftdiffusion


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 417

   n=DDGelectron_driftdiffusion(mesh,Dsides,nin,pin,V,un,tn,tp,n0,p0,weight)

   IN:
     V      = electric potential
     mesh   = integration domain
     nin    = electron density in the past + initial guess
     pin    = hole density in the past
     n0,p0  = equilibrium densities
     tn,tp  = carrier lifetimes
     weight = BDF weights
     un     = mobility

   OUT:
     n      = updated electron density





# name: <cell-element>
# type: sq_string
# elements: 1
# length: 77

   n=DDGelectron_driftdiffusion(mesh,Dsides,nin,pin,V,un,tn,tp,n0,p0,weight)



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 15
DDGOXTgummelmap


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 187
 function [odata,it,res] = DDGOXTgummelmap (imesh,Dsides,...
 					   Simesh,Sinodes,Sielements,SiDsides,...
 					   idata,oldn,oldp,weight,toll,maxit,ptoll,...
 					   pmaxit,verbose)



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 60
 function [odata,it,res] = DDGOXTgummelmap (imesh,Dsides,...



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 25
DDGOXThole_driftdiffusion


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 410

   p=DDGhole_driftdiffusion(mesh,Dsides,nin,pin,V,un,tn,tp,n0,p0,weight)

   IN:
     V      = electric potential
     mesh   = integration domain
     nin    = electron density in the past
     pin    = hole density in the past  + initial guess
     n0,p0  = equilibrium densities
     tn,tp  = carrier lifetimes
     weight = BDF weights
     up     = mobility

   OUT:
     p      = updated hole density





# name: <cell-element>
# type: sq_string
# elements: 1
# length: 73

   p=DDGhole_driftdiffusion(mesh,Dsides,nin,pin,V,un,tn,tp,n0,p0,weight)