mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-02 18:48:39 +02:00
Transient op calculation added to the standard operating point code.
When standard iteration, gmin stepping and source stepping fail, try a transient simulation (like tran with uic option) to determine the op. Implemented for AC and Tran simulation.
This commit is contained in:
@@ -405,6 +405,8 @@ extern int PZpost(CKTcircuit *);
|
||||
extern int PZaskQuest(CKTcircuit *, JOB *, int , IFvalue *);
|
||||
extern int PZsetParm(CKTcircuit *, JOB *, int , IFvalue *);
|
||||
|
||||
extern int OPtran(CKTcircuit *);
|
||||
|
||||
#ifdef WANT_SENSE2
|
||||
extern int SENaskQuest(CKTcircuit *, JOB *, int , IFvalue *);
|
||||
extern void SENdestroy(SENstruct *);
|
||||
|
||||
Reference in New Issue
Block a user