ngspice/src/ciderlib/oned
rlar cb0a48801d introduce AM_CFLAGS = $(STATIC) 2012-07-07 14:51:39 +02:00
..
.cvsignore Added .cvsignore files 2005-05-07 01:18:59 +00:00
Makefile.am introduce AM_CFLAGS = $(STATIC) 2012-07-07 14:51:39 +02:00
notes Cider simulator (simulator routines) Import. 2003-08-11 19:25:28 +00:00
oneadmit.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
oneaval.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
onecond.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
onecont.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
oneddefs.h Cider simulator (simulator routines) Import. 2003-08-11 19:25:28 +00:00
onedest.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
onedext.h #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
onedopng.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
onefreez.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
onemesh.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
onepoiss.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
oneprint.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
oneproj.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
oneread.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
onesetup.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
onesolve.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
readme Cider simulator (simulator routines) Import. 2003-08-11 19:25:28 +00:00

readme

Directory: oned
---------------
This directory contains the files that are primarily responsible for
implementing the 1D device simulator.  It also contains files that help
interface the circuit simulator to the device simulator.  Most functions
that are common to all 1D device simulations start with the prefix ONE,
e.g. ONEbiasSolve.  The device-specific routines start with either
NUMD or NBJT, e.g. NUMDadmittance or NBJTproject.  The simulator contains
both a Poisson Solver for equilibrium and a three-equation solver for bias
solutions.  An attempt has been made to keep the function names parallel
in the two portions.  Poisson routines are identified with a 'Q' (for charge
only) after the ONE, and Full solver routines are identified with an
underscore '_'.