49 #ifndef Xyce_N_DEV_Resistor3_h
50 #define Xyce_N_DEV_Resistor3_h
71 static const char *
name() {
return "Resistor";}
110 void registerLIDs(
const std::vector<int> & intLIDVecRef,
111 const std::vector<int> & extLIDVecRef );
115 const std::vector< std::vector<int> > &
jacobianStamp()
const;
116 void registerJacLIDs(
const std::vector< std::vector<int> > & jacLIDVec );
135 void varTypes( std::vector<char> & varTypeVec );
137 void getLIDs(
int & lpos,
int & lneg,
int & lbra)
223 #ifndef Xyce_NONPOINTER_MATRIX_LOAD
315 virtual bool updateState (
double * solVec,
double * staVec,
double * stoVec);
318 virtual bool loadDAEVectors (
double * solVec,
double * fVec,
double * qVec,
double * bVec,
double * storeLeadF,
double * storeLeadQ);
319 virtual bool loadDAEMatrices (N_LAS_Matrix & dFdx, N_LAS_Matrix & dQdx);