mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-04 19:10:57 +02:00
For each type of device, a *convTest function determines if the current through that device is converged within tolerance, and sets CKTnoncon if the current is not yet converged. ASCRconvTest() erroneously subtracted old current from old, rather than old from new, when evaluating convergence. Also, since at least 3f5, the calling function NIconvTest assumed that the worker functions indicated non-convergence through their return value, so was ignoring the reports of current nonconvergence.
13 lines
465 B
Makefile
13 lines
465 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
TESTS = bugs-1.cir bugs-2.cir dollar-1.cir empty-1.cir resume-1.cir log-functions-1.cir alter-vec.cir test-noise-2.cir test-noise-3.cir ac-zero.cir asrc-tc-1.cir asrc-tc-2.cir if-elseif.cir convergence.cir
|
|
|
|
TESTS_ENVIRONMENT = ngspice_vpath=$(srcdir) $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
|
|
|
|
EXTRA_DIST = \
|
|
$(TESTS) \
|
|
$(TESTS:.cir=.out)
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|