46 #ifndef Xyce_N_DEV_Inductor_h
47 #define Xyce_N_DEV_Inductor_h
74 const std::string &name,
75 std::vector<double> & dfdp,
76 std::vector<double> & dqdp,
77 std::vector<double> & dbdp,
78 std::vector<int> & Findices,
79 std::vector<int> & Qindices,
80 std::vector<int> & Bindices
88 static const char *
name() {
return "Inductor";}
132 void registerLIDs(
const std::vector<int> & intLIDVecRef,
133 const std::vector<int> & extLIDVecRef );
138 const std::vector< std::vector<int> > &
jacobianStamp()
const;
139 void registerJacLIDs(
const std::vector< std::vector<int> > & jacLIDVec );
150 void varTypes( std::vector<char> & varTypeVec );
241 #ifndef Xyce_NONPOINTER_MATRIX_LOAD
329 virtual bool updateState (
double * solVec,
double * staVec,
double * stoVec);
332 virtual bool loadDAEVectors (
double * solVec,
double * fVec,
double * qVec,
double * bVec,
double * storeLeadF,
double * storeLeadQ);
333 virtual bool loadDAEMatrices (N_LAS_Matrix & dFdx, N_LAS_Matrix & dQdx);