#include "spice.h"
#include <stdio.h>
#include "tradefs.h"
#include "sperror.h"
#include "util.h"
Go to the source code of this file.
Definition at line 14 of file tratrunc.c.
23 double v5,v6,d1,d2,d3,d4;
24 double tmp, time_step;
33 time_step = *timeStep;
35 time_step = sqrt(*timeStep);
37 time_step = exp(log(*timeStep)/ckt->
CKTorder);
61 time_step =
MIN(time_step, .9*here->
TRAtd);
85 time_step =
MIN(time_step, tmp);
90 for (i = ckt->
CKTorder - 1; i > 0; i--)
struct sTRAinstance * TRAnextInstance
TRAinstance * TRAinstances
struct sTRAmodel * TRAnextModel