You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
h_vogt 07f90563dc patches R. Larice 16 years ago
..
.cvsignore Added .cvsignore files 21 years ago
Makefile.am TCLSPICE IMPORT + libtool + measure2 command 18 years ago
readme Cider simulator (simulator routines) Import. 23 years ago
twoadmit.c Fixed a structure initailisation problem in the VBIC device that occurs when cider is enabled. Also fixed lots of warning within ciderlib related to unused variables. 21 years ago
twoaval.c Cider simulator (simulator routines) Import. 23 years ago
twocond.c Fixed a structure initailisation problem in the VBIC device that occurs when cider is enabled. Also fixed lots of warning within ciderlib related to unused variables. 21 years ago
twocont.c Fixed a structure initailisation problem in the VBIC device that occurs when cider is enabled. Also fixed lots of warning within ciderlib related to unused variables. 21 years ago
twocurr.c Cider simulator (simulator routines) Import. 23 years ago
twoddefs.h Cider simulator (simulator routines) Import. 23 years ago
twodest.c Fixed cider code for inclusion into ngspice. 23 years ago
twodext.h Cider simulator (simulator routines) Import. 23 years ago
twodopng.c Cider simulator (simulator routines) Import. 23 years ago
twoelect.c Cider simulator (simulator routines) Import. 23 years ago
twofield.c Cider simulator (simulator routines) Import. 23 years ago
twomesh.c patches R. Larice 16 years ago
twomobdv.c Cider simulator (simulator routines) Import. 23 years ago
twomobfn.c Fixed a structure initailisation problem in the VBIC device that occurs when cider is enabled. Also fixed lots of warning within ciderlib related to unused variables. 21 years ago
twomobil.c Cider simulator (simulator routines) Import. 23 years ago
twoncont.c Fixed a structure initailisation problem in the VBIC device that occurs when cider is enabled. Also fixed lots of warning within ciderlib related to unused variables. 21 years ago
twopcont.c Fixed a structure initailisation problem in the VBIC device that occurs when cider is enabled. Also fixed lots of warning within ciderlib related to unused variables. 21 years ago
twopoiss.c Fixed a structure initailisation problem in the VBIC device that occurs when cider is enabled. Also fixed lots of warning within ciderlib related to unused variables. 21 years ago
twoprint.c Fixed a structure initailisation problem in the VBIC device that occurs when cider is enabled. Also fixed lots of warning within ciderlib related to unused variables. 21 years ago
twoproj.c Fixed cider code for inclusion into ngspice. 23 years ago
tworead.c Fixed a structure initailisation problem in the VBIC device that occurs when cider is enabled. Also fixed lots of warning within ciderlib related to unused variables. 21 years ago
twosetbc.c Cider simulator (simulator routines) Import. 23 years ago
twosetup.c Fixed a structure initailisation problem in the VBIC device that occurs when cider is enabled. Also fixed lots of warning within ciderlib related to unused variables. 21 years ago
twosolve.c Fixed a structure initailisation problem in the VBIC device that occurs when cider is enabled. Also fixed lots of warning within ciderlib related to unused variables. 21 years ago

readme

Directory: twod
---------------
This directory contains the files that are primarily responsible for
implementing the 2D device simulator. It also contains files that help
interface the circuit simulator to the device simulator. Most functions
that are common to all 2D device simulations start with the prefix TWO,
e.g. TWObiasSolve. The device-specific routines start with either NUMD2,
NBJT2 or NUMOS, e.g. NUMD2admittance, NBJTproject or NUMOSconductance. The
simulator contains a Poisson Solver for equilibrium, and a Two-carrier
solver and One-carrier solvers for bias solutions. An attempt has been
made to keep the function names parallel in the four portions. Poisson
routines are identified with a 'Q' (for charge only) after the TWO, Full
solver routines are identified with an underscore '_',
Electron-current-only routines are identified with an 'N', and
Hole-current-only routines are identified with a 'P'.