46 #ifndef Xyce_N_DEV_Inductor_h
47 #define Xyce_N_DEV_Inductor_h
65 static const char *
name() {
return "Inductor";}
108 void registerLIDs(
const std::vector<int> & intLIDVecRef,
109 const std::vector<int> & extLIDVecRef );
114 const std::vector< std::vector<int> > &
jacobianStamp()
const;
115 void registerJacLIDs(
const std::vector< std::vector<int> > & jacLIDVec );
126 void varTypes( std::vector<char> & varTypeVec );
217 #ifndef Xyce_NONPOINTER_MATRIX_LOAD
314 virtual bool updateState (
double * solVec,
double * staVec,
double * stoVec);
317 virtual bool loadDAEVectors (
double * solVec,
double * fVec,
double * qVec,
double * storeLeadF,
double * storeLeadQ);
318 virtual bool loadDAEMatrices (N_LAS_Matrix & dFdx, N_LAS_Matrix & dQdx);