ngspice/src/ciderlib/oned
pnenzi fa549df82a TCLSPICE IMPORT + libtool + measure2 command 2008-08-27 13:39:05 +00:00
..
.cvsignore Added .cvsignore files 2005-05-07 01:18:59 +00:00
Makefile.am TCLSPICE IMPORT + libtool + measure2 command 2008-08-27 13:39:05 +00:00
notes Cider simulator (simulator routines) Import. 2003-08-11 19:25:28 +00:00
oneadmit.c Removed unused variables to avoid compile warnings 2005-05-23 06:58:42 +00:00
oneaval.c Cider simulator (simulator routines) Import. 2003-08-11 19:25:28 +00:00
onecond.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. 2005-05-21 12:37:23 +00:00
onecont.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. 2005-05-21 12:37:23 +00:00
oneddefs.h Cider simulator (simulator routines) Import. 2003-08-11 19:25:28 +00:00
onedest.c bug fix 2007-05-01 03:41:09 +00:00
onedext.h Cider simulator (simulator routines) Import. 2003-08-11 19:25:28 +00:00
onedopng.c Cider simulator (simulator routines) Import. 2003-08-11 19:25:28 +00:00
onefreez.c Cider simulator (simulator routines) Import. 2003-08-11 19:25:28 +00:00
onemesh.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. 2005-05-21 12:37:23 +00:00
onepoiss.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. 2005-05-21 12:37:23 +00:00
oneprint.c Removed unused variables to avoid compile warnings 2005-05-23 06:58:42 +00:00
oneproj.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. 2005-05-21 12:37:23 +00:00
oneread.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. 2005-05-21 12:37:23 +00:00
onesetup.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. 2005-05-21 12:37:23 +00:00
onesolve.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. 2005-05-21 12:37:23 +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 '_'.