ngspice/src/ciderlib/support
rlar 0b5042e7da remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
..
.cvsignore Added .cvsignore files 2005-05-07 01:18:59 +00:00
Makefile.am whitespace cleanup (all Makefile.am files) 2010-09-17 16:11:25 +00:00
database.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
devprint.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
geominfo.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
globals.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
integset.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
integuse.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
logfile.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
mater.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
misc.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
mobil.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
recomb.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
suprem.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
suprmitf.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00

readme

Directory: support
------------------
This directory contains the files that support the device simulators and
their interfaces to the circuit simulators.  They fall into four basic
areas:
  1. Numerical algorithms: integration, accuracy limits, special functions
  2. Semiconductor device physics: material properties, recombination, mobility
  3. File access for input: doping profiles from SUPREMIII, saved states
  4. Miscellaneous: diagnstic I/O, string routines