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.
 
 
 
 
 
 
Holger Vogt c05a6398b7 Reserve enough memory 1 year ago
..
Makefile.am introduce AM_CFLAGS = $(STATIC) 14 years ago
readme Cider simulator (simulator routines) Import. 23 years ago
twoadmit.c Replace all BOOLEAN, BOOL, _Bool by bool 1 year ago
twoaval.c cleanup using `hypot()' 11 years ago
twocond.c Replace all BOOLEAN, BOOL, _Bool by bool 1 year ago
twocont.c Replace all BOOLEAN, BOOL, _Bool by bool 1 year ago
twocurr.c drop `NIL' macro 12 years ago
twoddefs.h Reserve enough memory 1 year ago
twodest.c Fix some memory leaks (Patch provided by Brian Taylor) 3 years ago
twodext.h Replace all BOOLEAN, BOOL, _Bool by bool 1 year ago
twodopng.c Replace all BOOLEAN, BOOL, _Bool by bool 1 year ago
twoelect.c Replace all BOOLEAN, BOOL, _Bool by bool 1 year ago
twofield.c drop `NIL' macro 12 years ago
twomesh.c Replace all BOOLEAN, BOOL, _Bool by bool 1 year ago
twomobdv.c Replace all BOOLEAN, BOOL, _Bool by bool 1 year ago
twomobfn.c remove CVS `Id',`log' etc. keyword incantations 15 years ago
twomobil.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 15 years ago
twoncont.c Replace all BOOLEAN, BOOL, _Bool by bool 1 year ago
twopcont.c Replace all BOOLEAN, BOOL, _Bool by bool 1 year ago
twopoiss.c Getting rid of SPARSE for Initial Circuit Matrix creation. Now KLU is totally independent from SPARSE. This opens up the interface for other solvers as well 3 years ago
twoprint.c Replace all BOOLEAN, BOOL, _Bool by bool 1 year ago
twoproj.c Replace all BOOLEAN, BOOL, _Bool by bool 1 year ago
tworead.c drop `NIL' macro 12 years ago
twosetbc.c drop `NIL' macro 12 years ago
twosetup.c drop `NIL' macro 12 years ago
twosolve.c Replace all BOOLEAN, BOOL, _Bool by bool 1 year 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'.