Holger Vogt
b0e7962169
don't generate error message during transient analysis,
it will not be used
8 years ago
rlar
caf3115733
cleanup, emphasise CKTrhs being an array
when accessing slot [0]
8 years ago
rlar
d696aa8781
niconv.c, NIconvTest(), NaN in CKTrhs denotes non-convergence
emit a warning message, but only if ft_ngdebug is set
9 years ago
rlar
fb4f462388
SMPnewMatrix(), add 'size' to the function arguments
9 years ago
rlar
a5817192e1
ni/niiter.c, #5/5, whitespace
10 years ago
rlar
266e6da24b
ni/niiter.c, #4/5, cleanup
10 years ago
rlar
dda415a0e3
ni/niiter.c, #3/5, use `copy()'
10 years ago
rlar
86bb88b546
ni/niiter.c, #2/5, reduce scope
10 years ago
rlar
2978621931
ni/niiter.c, #1/5, cleanup
10 years ago
rlar
5b42d09618
unify, use memcpy for CKTstate copy operations
10 years ago
rlar
d298d5cc2f
use memset() instead of deprecated bzero()
10 years ago
h_vogt
f66e76fb5f
implement option 'xmu' to control trapezoidal integration method
default is 0.5
option xmu=0.49
can be used to add some damping to reduce trap ringing
set xmu=0.49
or
.option xmu=0.49
works as well
10 years ago
rlar
40a0cea0d2
swap some `SWAP' arguments for readability
10 years ago
rlar
bd0bc3038b
use `SWAP' macro
10 years ago
rlar
4049e8ec1f
rewrite, using IFerrorf()
12 years ago
rlar
ea7372efe7
rewrite, useing IFerrorf()
OUTerror() and IFerror() are no more used,
but kept for compatibility
12 years ago
Krzysztof Blaszkowski
6a00876731
nipred.c, cleanup
13 years ago
Krzysztof Blaszkowski
30f1607a0a
nipred.c, bug fix NIpred() when running 'TRAPEZOIDAL'
a long standing serious bug, allready in the very first commit from
Date: Thu Apr 27 20:03:57 2000 +0000
Nipred() after evaluating TRAPEZOIDAL case fell through into GEAR case.
see:
http://sourceforge.net/p/ngspice/support-requests/18/
13 years ago
rlar
6050e2e0ea
cleanup some extra parentheses
13 years ago
h_vogt
e4921933ba
nicomcof.c: xmu used to calculate trap integration coefficient
13 years ago
rlar
8a154a7a9a
use SP_VOLTAGE instead of literal value `3'
(grep "git --no-pager grep -nH -e '->[ \t]*type.*[0-9]'")
13 years ago
rlar
b3847817a1
retire #define NODE_VOLTAGE, use SP_VOLTAGE instead
(grep "git --no-pager grep -nH -e '\\(SP_\\|NODE_\\)\\(VOLTAGE\\|CURRENT\\)'")
13 years ago
rlar
4184aa8c10
cleanup, use array operator
checked for object file invariance on linux with
./configure --enable-debug=no --enable-maintainer-mode --with-readline=yes --enable-cider --enable-ndev --enable-pss --enable-xspice
13 years ago
Francesco Lannutti
f153208a5f
nipred.c, remove unused variable `temp'
13 years ago
Francesco Lannutti
574d39e29c
remove almost empty src/maths/ni/nipred.h
13 years ago
Francesco Lannutti
e27d43cd0c
remove empty src/maths/ni/*.h include files
13 years ago
h_vogt
cea4eb09d6
niiter.c: indentations
13 years ago
Francesco Lannutti
08ec219417
remove all .cvsignore files
14 years ago
rlar
0beb95757f
cancer of the semicolon
14 years ago
rlar
cb0a48801d
introduce AM_CFLAGS = $(STATIC)
14 years ago
rlar
afa1371746
#3/6 config.h --> ngspice/config.h, AM_CPPFLAGS
14 years ago
rlar
10346e055c
#1/4 #include <ngspice/...> --> #include "ngspice/..."
14 years ago
rlar
d26015586c
#1/7 use a subdirectory "ngspice" for includes to create a uniq namespace
15 years ago
rlar
23056573d8
code cleanup, drop NULL pointer casts
15 years ago
rlar
0b6a557334
code cleanup
15 years ago
dwarning
3ab9e6d060
cvs ignore .libs
16 years ago
dwarning
b964cf949c
cvs ignore *.lo and *.la
16 years ago
rlar
7b3960506f
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
16 years ago
rlar
d7a9d71a1a
remove prototypes, avoid redeclarations
16 years ago
rlar
2540531c38
remove local prototypes, which are allready included
16 years ago
rlar
547a8fc7f5
drop (SMPmatrix*) casts
16 years ago
rlar
94518fdb02
use CKTcircuit instead of void*, #3/4
16 years ago
rlar
3369d860b4
cast the return values of malloc() function calls
16 years ago
rlar
a14e59866e
ansi function declarations (prototypes)
16 years ago
h_vogt
31203ce2ab
macro ERROR -> MERROR
16 years ago
pnenzi
fa549df82a
TCLSPICE IMPORT + libtool + measure2 command
18 years ago
pnenzi
7f6ad5c706
Updated to new automake standard. Replaced all INCLUDES with AM_CPPFLAGS
18 years ago
dwarning
af3afcca38
Reconstruct NEWCONV macro
18 years ago
dwarning
41325622fd
some clean-up's to come through MSC
19 years ago
pnenzi
6d5a4474aa
Fixed minimum iterations number to 100 (Phil Barker)
19 years ago