You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
h_vogt d84387d449 CIDER, use controlled_exit(1) instead of exit(1) 10 years ago
..
Makefile.am introduce AM_CFLAGS = $(STATIC) 14 years ago
database.c use memcpy() instead of deprecated bcopy() 10 years ago
devprint.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 14 years ago
geominfo.c drop `NIL' macro 12 years ago
globals.c drop `NIL' macro 12 years ago
integset.c remove CVS `Id',`log' etc. keyword incantations 14 years ago
integuse.c cleanup, use array operator 12 years ago
logfile.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 14 years ago
mater.c drop `NIL' macro 12 years ago
misc.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 14 years ago
mobil.c remove CVS `Id',`log' etc. keyword incantations 14 years ago
readme Cider simulator (simulator routines) Import. 23 years ago
recomb.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 14 years ago
suprem.c drop `NIL' macro 12 years ago
suprmitf.c CIDER, use controlled_exit(1) instead of exit(1) 9 years ago

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