46 #ifndef Xyce_N_DEV_MOSFET_B3_h
47 #define Xyce_N_DEV_MOSFET_B3_h
70 static const char *
name() {
return "BSIM3";}
261 void registerLIDs(
const std::vector<int> & intLIDVecRef,
262 const std::vector<int> & extLIDVecRef );
269 const std::vector< std::vector<int> > &
jacobianStamp()
const;
270 void registerJacLIDs(
const std::vector< std::vector<int> > & jacLIDVec );
761 #ifndef Xyce_NONPOINTER_MATRIX_LOAD
914 static std::vector< std::vector<int> >
jacMap2;
1492 virtual bool updateState (
double * solVec,
double * staVec,
double * stoVec);
1495 virtual bool loadDAEVectors (
double * solVec,
double * fVec,
double * qVec,
double * bVec,
double * storeLeadF,
double * storeLeadQ);
1498 virtual bool loadDAEMatrices (N_LAS_Matrix & dFdx, N_LAS_Matrix & dQdx);