47 #ifndef Xyce_N_DEV_MOSFET6_h
48 #define Xyce_N_DEV_MOSFET6_h
68 static const char *
name() {
return "MOSFET level 6";}
107 void registerLIDs(
const std::vector<int> & intLIDVecRef,
108 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;
374 #ifndef Xyce_NONPOINTER_MATRIX_LOAD
659 virtual bool updateState (
double * solVec,
double * staVec,
double * stoVec);
663 virtual bool loadDAEVectors (
double * solVec,
double * fVec,
double * qVec,
double * storeLeadF,
double * storeLeadQ);
666 virtual bool loadDAEMatrices (N_LAS_Matrix & dFdx, N_LAS_Matrix & dQdx);