47 #ifndef Xyce_N_DEV_MOSFET1_h
48 #define Xyce_N_DEV_MOSFET1_h
66 static const char *
name() {
return "MOSFET level 1";}
105 void registerLIDs(
const std::vector<int> & intLIDVecRef,
106 const std::vector<int> & extLIDVecRef );
113 const std::vector< std::vector<int> > &
jacobianStamp()
const;
114 void registerJacLIDs(
const std::vector< std::vector<int> > & jacLIDVec );
159 static std::vector< std::vector<int> >
jacMap2;
431 #ifndef Xyce_NONPOINTER_MATRIX_LOAD
794 virtual bool updateState (
double * solVec,
double * staVec,
double * stoVec);
798 virtual bool loadDAEVectors (
double * solVec,
double * fVec,
double * qVec,
double * storeLeadF,
double * storeLeadQ);
801 virtual bool loadDAEMatrices (N_LAS_Matrix & dFdx, N_LAS_Matrix & dQdx);