46 #ifndef Xyce_N_DEV_ThermalResistor_h
47 #define Xyce_N_DEV_ThermalResistor_h
60 namespace ThermalResistor {
67 static const char *
name() {
return "Resistor";}
123 void registerLIDs(
const std::vector<int> & intLIDVecRef,
124 const std::vector<int> & extLIDVecRef );
136 const std::vector< std::vector<int> > &
jacobianStamp()
const;
137 void registerJacLIDs(
const std::vector< std::vector<int> > & jacLIDVec );
294 virtual bool updateState (
double * solVec,
double * staVec,
double * stoVec);
297 virtual bool loadDAEVectors (
double * solVec,
double * fVec,
double * qVec,
double * bVec,
double * storeLeadF,
double * storeLeadQ);
298 virtual bool loadDAEMatrices (N_LAS_Matrix & dFdx, N_LAS_Matrix & dQdx);