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.
 
 
 
 
 
 
Holger Vogt 3bb643c8f5 re-enable CIDER with option sparse by setting CKTkluMODE 6 years ago
..
Makefile.am introduce AM_CFLAGS = $(STATIC) 14 years ago
notes Cider simulator (simulator routines) Import. 23 years ago
oneadmit.c Getting rid of SPARSE for Initial Circuit Matrix creation. Now KLU is totally independent from SPARSE. This opens up the interface for other solvers as well 3 years ago
oneaval.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 14 years ago
onecond.c First KLU support of CIDER ONED simulations 3 years ago
onecont.c Getting rid of SPARSE for Initial Circuit Matrix creation. Now KLU is totally independent from SPARSE. This opens up the interface for other solvers as well 3 years ago
oneddefs.h avoid leading underscore in preprocessor macros 12 years ago
onedest.c First KLU support of CIDER ONED simulations 3 years ago
onedext.h First KLU support of CIDER ONED simulations 3 years ago
onedopng.c Add EXITPOINTs, if reading inputs etc. fails 6 years ago
onefreez.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 14 years ago
onemesh.c Move extern declaration to the top, out of any function. 3 years ago
onepoiss.c Getting rid of SPARSE for Initial Circuit Matrix creation. Now KLU is totally independent from SPARSE. This opens up the interface for other solvers as well 3 years ago
oneprint.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. 5 years ago
oneproj.c First KLU support of CIDER ONED simulations 3 years ago
oneread.c remove CVS `Id',`log' etc. keyword incantations 14 years ago
onesetup.c src/ciderlib/oned/onesetup.c, bug fix, access beyond array bounds 10 years ago
onesolve.c re-enable CIDER with option sparse by setting CKTkluMODE 3 years ago
readme Cider simulator (simulator routines) Import. 23 years ago

readme

Directory: oned
---------------
This directory contains the files that are primarily responsible for
implementing the 1D device simulator. It also contains files that help
interface the circuit simulator to the device simulator. Most functions
that are common to all 1D device simulations start with the prefix ONE,
e.g. ONEbiasSolve. The device-specific routines start with either
NUMD or NBJT, e.g. NUMDadmittance or NBJTproject. The simulator contains
both a Poisson Solver for equilibrium and a three-equation solver for bias
solutions. An attempt has been made to keep the function names parallel
in the two portions. Poisson routines are identified with a 'Q' (for charge
only) after the ONE, and Full solver routines are identified with an
underscore '_'.