ngspice/src/ciderlib/input
Holger Vogt 3ad93a50e8 Add EXITPOINTs, if reading inputs etc. fails 2020-04-27 10:09:30 +02:00
..
Makefile.am introduce AM_CFLAGS = $(STATIC) 2012-07-07 14:51:39 +02:00
bdryset.c rewrite, using IFerrorf() 2014-04-04 21:58:08 +02:00
boundary.c drop macro `NEW', use TMALLOC instead 2015-12-19 19:38:55 +01:00
cards.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00
contact.c drop macro `NEW', use TMALLOC instead 2015-12-19 19:38:55 +01:00
contset.c rewrite, using IFerrorf() 2014-04-04 21:58:08 +02:00
domain.c drop macro `NEW', use TMALLOC instead 2015-12-19 19:38:55 +01:00
domnset.c rewrite, using IFerrorf() 2014-04-04 21:58:08 +02:00
doping.c drop macro `NEW', use TMALLOC instead 2015-12-19 19:38:55 +01:00
dopset.c Add EXITPOINTs, if reading inputs etc. fails 2020-04-27 10:09:30 +02:00
elctset.c rewrite, using IFerrorf() 2014-04-04 21:58:08 +02:00
electrod.c drop macro `NEW', use TMALLOC instead 2015-12-19 19:38:55 +01:00
material.c drop macro `NEW', use TMALLOC instead 2015-12-19 19:38:55 +01:00
matlset.c rewrite, using IFerrorf() 2014-04-04 21:58:08 +02:00
mesh.c drop macro `NEW', use TMALLOC instead 2015-12-19 19:38:55 +01:00
meshset.c remove compiler warning by setting variables to 0 2020-03-15 08:50:58 +01:00
method.c drop macro `NEW', use TMALLOC instead 2015-12-19 19:38:55 +01:00
mobility.c drop macro `NEW', use TMALLOC instead 2015-12-19 19:38:55 +01:00
mobset.c rewrite, using IFerrorf() 2014-04-04 21:58:08 +02:00
models.c drop macro `NEW', use TMALLOC instead 2015-12-19 19:38:55 +01:00
modlset.c drop `NIL' macro 2013-12-31 16:12:37 +01:00
optionsc.c drop macro `NEW', use TMALLOC instead 2015-12-19 19:38:55 +01:00
outpset.c drop `NIL' macro 2013-12-31 16:12:37 +01:00
output.c drop macro `NEW', use TMALLOC instead 2015-12-19 19:38:55 +01:00
readme Cider simulator (simulator routines) Import. 2003-08-11 19:25:28 +00:00

readme

Directory: input
----------------
The files in this directory serve two purposes:
	1. Serve as collection point for numerical model parameters.
	2. Translate data structures containing raw input into
	   a form usable by the one- and two-dimensional device simulators.