#include "spice.h"
#include <stdio.h>
#include <math.h>
#include "inddefs.h"
#include "util.h"
#include "sperror.h"
#include "cktext.h"
Go to the source code of this file.
Definition at line 22 of file indsetup.c.
65 TSTALLOC(INDibrIbrptr,INDbrEq,INDbrEq)
66 TSTALLOC(INDposIbrptr,INDposNode,INDbrEq)
67 TSTALLOC(INDnegIbrptr,INDnegNode,INDbrEq)
68 TSTALLOC(INDibrNegptr,INDbrEq,INDnegNode)
69 TSTALLOC(INDibrPosptr,INDbrEq,INDposNode)
74 if (ckt->CKTpreload) {
112 "%s: coupling to non-existant inductor %s.",
125 "%s: coupling to non-existant inductor %s.",
133 TSTALLOC(MUTbr1br2,MUTind1->INDbrEq,MUTind2->INDbrEq)
134 TSTALLOC(MUTbr2br1,MUTind2->INDbrEq,MUTind1->INDbrEq)
struct sINDmodel * INDnextModel
struct sINDinstance * INDnextInstance
struct sMUTmodel * MUTnextModel
#define TSTALLOC(ptr, first, second)
struct sMUTinstance * MUTnextInstance
MUTinstance * MUTinstances
INDinstance * INDinstances
GENmodel * CKThead[MAXNUMDEVS]