46 #ifndef Xyce_N_DEV_Vcvs_h
47 #define Xyce_N_DEV_Vcvs_h
66 static const char *
name() {
return "Linear Voltage Controlled Voltage Source";}
105 void registerLIDs(
const std::vector<int> & intLIDVecRef,
106 const std::vector<int> & extLIDVecRef );
111 const std::vector< std::vector<int> > &
jacobianStamp()
const;
112 void registerJacLIDs(
const std::vector< std::vector<int> > & jacLIDVec );
127 void varTypes( std::vector<char> & varTypeVec );
250 virtual bool updateState (
double * solVec,
double * staVec,
double * stoVec);
253 virtual bool loadDAEVectors (
double * solVec,
double * fVec,
double * qVec,
double * bVec,
double * storeLeadF,
double * storeLeadQ);
254 virtual bool loadDAEMatrices (N_LAS_Matrix & dFdx, N_LAS_Matrix & dQdx);