46 #ifndef Xyce_N_DEV_Resistor_h
47 #define Xyce_N_DEV_Resistor_h
73 const std::string &name,
74 std::vector<double> & dfdp,
75 std::vector<double> & dqdp,
76 std::vector<double> & dbdp,
77 std::vector<int> & Findices,
78 std::vector<int> & Qindices,
79 std::vector<int> & Bindices
87 static const char *
name() {
return "Resistor";}
178 virtual void registerLIDs(
const std::vector<int> & intLIDVecRef,
const std::vector<int> & extLIDVecRef) ;
181 virtual void registerJacLIDs(
const std::vector< std::vector<int> > & jacLIDVec) ;
304 #ifndef Xyce_NONPOINTER_MATRIX_LOAD
439 virtual bool updateState(
double * solVec,
double * staVec,
double * stoVec);
440 virtual bool loadDAEVectors (
double * solVec,
double * fVec,
double * qVec,
double * bVec,
double * storeLeadF,
double * storeLeadQ);
441 virtual bool loadDAEMatrices(N_LAS_Matrix & dFdx, N_LAS_Matrix & dQdx);
454 #endif // Xyce_N_DEV_Resistor_h