ngspice/src/ciderlib/support
h_vogt d84387d449 CIDER, use controlled_exit(1) instead of exit(1) 2017-03-25 18:44:00 +01:00
..
Makefile.am introduce AM_CFLAGS = $(STATIC) 2012-07-07 14:51:39 +02:00
database.c use memcpy() instead of deprecated bcopy() 2016-07-30 20:58:19 +02:00
devprint.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
geominfo.c drop `NIL' macro 2013-12-31 16:12:37 +01:00
globals.c drop `NIL' macro 2013-12-31 16:12:37 +01:00
integset.c remove CVS `Id',`log' etc. keyword incantations 2011-12-13 19:57:45 +00:00
integuse.c cleanup, use array operator 2013-12-31 12:54:43 +01:00
logfile.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
mater.c drop `NIL' macro 2013-12-31 16:12:37 +01: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 drop `NIL' macro 2013-12-31 16:12:37 +01:00
suprmitf.c CIDER, use controlled_exit(1) instead of exit(1) 2017-03-25 18:44:00 +01: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