ngspice/src/ciderlib/support
Brian Taylor 663a79dea8 Fix NAN error in numd2 area report and crashes when a doping file is missing. Update examples/cider so that the test circuits all run; add case sensitivity tests for rootfile and ic.file parameter strings enclosed in a single pair of double quotes. 2021-09-29 20:22:56 +02: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 CIDER: Enable printing either binary or ascii data output to file. 2021-07-05 14:31:21 +02: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 Fix NAN error in numd2 area report and crashes when a doping file is missing. Update examples/cider so that the test circuits all run; add case sensitivity tests for rootfile and ic.file parameter strings enclosed in a single pair of double quotes. 2021-09-29 20:22:56 +02:00
suprmitf.c Add EXITPOINTs, if reading inputs etc. fails 2020-04-27 10:09:30 +02: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