ngspice/src/ciderlib/twod
rlar afa1371746 #3/6 config.h --> ngspice/config.h, AM_CPPFLAGS 2011-12-27 12:05:51 +00:00
..
.cvsignore Added .cvsignore files 2005-05-07 01:18:59 +00:00
Makefile.am #3/6 config.h --> ngspice/config.h, AM_CPPFLAGS 2011-12-27 12:05:51 +00:00
readme Cider simulator (simulator routines) Import. 2003-08-11 19:25:28 +00:00
twoadmit.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
twoaval.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
twocond.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
twocont.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
twocurr.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
twoddefs.h Cider simulator (simulator routines) Import. 2003-08-11 19:25:28 +00:00
twodest.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
twodext.h #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
twodopng.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
twoelect.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
twofield.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
twomesh.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
twomobdv.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
twomobfn.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
twomobil.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
twoncont.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
twopcont.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
twopoiss.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
twoprint.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
twoproj.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
tworead.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
twosetbc.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
twosetup.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
twosolve.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00

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'.