~kicad/+git/ngspice-mirror-sourceforge:hv_dc

Last commit made on 2023-12-16
Get this branch:
git clone -b hv_dc https://git.launchpad.net/~kicad/+git/ngspice-mirror-sourceforge
Members of KiCad can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

d15ce5a... by Holger Vogt

Remove the first iteration (call to NIiter) from DCtrCurv()
in dctrcurv.c, thus go directly to CKTop. Within CKTop the
first step is again the first iteration (call to NIiter).
This unifies results which differed between op and dc due to
different settings of the mode flags.

1565695... by Holger Vogt

Move 'op' annaouncement to after the the first iteration,
as this iteration is also called during dc simulation.

9a50f8b... by Holger Vogt

typo

ce8f6c5... by Holger Vogt

prepare ngspice-42

2e56f3a... by Holger Vogt

Add short description of the new interface functions
ngSpice_LockRealloc(void) ad ngSpice_UnlockRealloc(void)

7f30055... by Holger Vogt

Prevent crash if port number is less than 1.

45850c0... by Holger Vogt

Don't silently accept wrong user input (missing nodes, values).
Check for at leat 4 tokens (name, n1, n2, val/model/...).
If the instance has not been set up correctly, bail out, prevent crash.

7cd4f00... by Holger Vogt

typo

6459fed... by Holger Vogt

Don't prescribe a different resistance value if the user has given one > 0.

b76c320... by Holger Vogt

prepare ngspice-42