46 #ifndef Xyce_N_DEV_Diode_h
47 #define Xyce_N_DEV_Diode_h
67 static const char *
name() {
return "Diode";}
115 void registerLIDs(
const std::vector<int> & intLIDVecRef,
116 const std::vector<int> & extLIDVecRef );
123 const std::vector< std::vector<int> > &
jacobianStamp()
const;
124 void registerJacLIDs(
const std::vector< std::vector<int> > & jacLIDVec );
161 static std::vector< std::vector<int> >
jacMap2;
234 #ifndef Xyce_NONPOINTER_MATRIX_LOAD
374 virtual bool updateState (
double * solVec,
double * staVec,
double * stoVec);
378 virtual bool loadDAEVectors (
double * solVec,
double * fVec,
double * qVec,
double * storeLeadF,
double * storeLeadQ);
381 virtual bool loadDAEMatrices (N_LAS_Matrix & dFdx, N_LAS_Matrix & dQdx);