46 #ifndef Xyce_N_DEV_MESFET_h
47 #define Xyce_N_DEV_MESFET_h
64 static const char *
name() {
return "MESFET";}
104 void registerLIDs(
const std::vector<int> & intLIDVecRef,
105 const std::vector<int> & extLIDVecRef );
112 const std::vector< std::vector<int> > &
jacobianStamp()
const;
113 void registerJacLIDs(
const std::vector< std::vector<int> > & jacLIDVec );
154 static std::vector< std::vector<int> >
jacMap2;
276 #ifndef Xyce_NONPOINTER_MATRIX_LOAD
503 virtual bool updateState (
double * solVec,
double * staVec,
double * stoVec);
505 virtual bool loadDAEVectors (
double * solVec,
double * fVec,
double * qVec,
double * storeLeadF,
double * storeLeadQ);
506 virtual bool loadDAEMatrices (N_LAS_Matrix & dFdx, N_LAS_Matrix & dQdx);