46 #ifndef Xyce_N_DEV_VCCS_h
47 #define Xyce_N_DEV_VCCS_h
66 static const char *
name() {
return "Linear Voltage Controlled Current Source";}
104 void registerLIDs(
const std::vector<int> & intLIDVecRef,
105 const std::vector<int> & extLIDVecRef);
110 const std::vector< std::vector<int> > &
jacobianStamp()
const;
112 void registerJacLIDs(
const std::vector< std::vector<int> > & jacLIDVec );
238 virtual bool updateState (
double * solVec,
double * staVec,
double * stoVec);
241 virtual bool loadDAEVectors (
double * solVec,
double * fVec,
double * qVec,
double * bVec,
double * storeLeadF,
double * storeLeadQ);
242 virtual bool loadDAEMatrices (N_LAS_Matrix & dFdx, N_LAS_Matrix & dQdx);