X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=octave_packages%2Fsecs2d-0.0.8%2FDDGOXT%2Fdoc-cache;fp=octave_packages%2Fsecs2d-0.0.8%2FDDGOXT%2Fdoc-cache;h=fd49d684c146121670392c2cd3e1bcc6709c3f16;hb=f5f7a74bd8a4900f0b797da6783be80e11a68d86;hp=0000000000000000000000000000000000000000;hpb=1705066eceaaea976f010f669ce8e972f3734b05;p=CreaPhase.git diff --git a/octave_packages/secs2d-0.0.8/DDGOXT/doc-cache b/octave_packages/secs2d-0.0.8/DDGOXT/doc-cache new file mode 100644 index 0000000..fd49d68 --- /dev/null +++ b/octave_packages/secs2d-0.0.8/DDGOXT/doc-cache @@ -0,0 +1,115 @@ +# Created by Octave 3.6.1, Sun Mar 25 18:44:37 2012 UTC +# name: cache +# type: cell +# rows: 3 +# columns: 3 +# name: +# type: sq_string +# elements: 1 +# length: 29 +DDGOXTelectron_driftdiffusion + + +# name: +# 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: +# type: sq_string +# elements: 1 +# length: 78 + + n=DDGelectron_driftdiffusion(mesh,Dsides,nin,pin,V,un,tn,tp,n0,p0,weight) + + + + +# name: +# type: sq_string +# elements: 1 +# length: 15 +DDGOXTgummelmap + + +# name: +# 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: +# type: sq_string +# elements: 1 +# length: 58 + function [odata,it,res] = DDGOXTgummelmap (imesh,Dsides,. + + + +# name: +# type: sq_string +# elements: 1 +# length: 25 +DDGOXThole_driftdiffusion + + +# name: +# 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: +# type: sq_string +# elements: 1 +# length: 74 + + p=DDGhole_driftdiffusion(mesh,Dsides,nin,pin,V,un,tn,tp,n0,p0,weight) + + + + + +