ngspice/src/ciderlib/support
rlar d602e0b75c attract gcc's attention to some printf format strings (for type checking) 2010-11-23 19:36:21 +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 add casts to make `int' versus `size_t' conversions explicit 2010-11-02 17:07:57 +00:00
devprint.c visibility for the printVoltages() prototype 2010-10-15 18:55:13 +00:00
geominfo.c prototypes, make use of "cidersupt.h" 2010-10-15 18:29:10 +00:00
globals.c attract gcc's attention to some printf format strings (for type checking) 2010-11-23 19:36:21 +00:00
integset.c prototypes, make use of "cidersupt.h" 2010-10-15 18:29:10 +00:00
integuse.c prototypes, make use of "cidersupt.h" 2010-10-15 18:29:10 +00:00
logfile.c Nr 5/5 (x = ...) == NULL , swallow warnings 2010-11-19 18:54:40 +00:00
mater.c attract gcc's attention to some printf format strings (for type checking) 2010-11-23 19:36:21 +00:00
misc.c prototypes, make use of "cidersupt.h" 2010-10-15 18:29:10 +00:00
mobil.c prototypes, make use of "cidersupt.h" 2010-10-15 18:29:10 +00:00
readme Cider simulator (simulator routines) Import. 2003-08-11 19:25:28 +00:00
recomb.c prototypes, make use of "cidersupt.h" 2010-10-15 18:29:10 +00:00
suprem.c Nr 5/5 (x = ...) == NULL , swallow warnings 2010-11-19 18:54:40 +00:00
suprmitf.c Nr 5/5 (x = ...) == NULL , swallow warnings 2010-11-19 18:54:40 +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