47 #ifndef Xyce_N_DEV_MOSFET3_h
48 #define Xyce_N_DEV_MOSFET3_h
69 static const char *
name() {
return "MOSFET level 3";}
108 void registerLIDs(
const std::vector<int> & intLIDVecRef,
109 const std::vector<int> & extLIDVecRef );
116 const std::vector< std::vector<int> > &
jacobianStamp()
const;
117 void registerJacLIDs(
const std::vector< std::vector<int> > & jacLIDVec );
159 static std::vector< std::vector<int> >
jacMap2;
378 #ifndef Xyce_NONPOINTER_MATRIX_LOAD
662 virtual bool updateState (
double * solVec,
double * staVec,
double * stoVec);
666 virtual bool loadDAEVectors (
double * solVec,
double * fVec,
double * qVec,
double * bVec,
double * storeLeadF,
double * storeLeadQ);
669 virtual bool loadDAEMatrices (N_LAS_Matrix & dFdx, N_LAS_Matrix & dQdx);