46 #ifndef Xyce_N_DEV_Vsrc_h
47 #define Xyce_N_DEV_Vsrc_h
66 static const char *
name() {
return "Independent Voltage Source";}
104 void registerLIDs(
const std::vector<int> & intLIDVecRef,
105 const std::vector<int> & extLIDVecRef );
109 const std::vector< std::vector<int> > &
jacobianStamp()
const;
110 void registerJacLIDs(
const std::vector< std::vector<int> > & jacLIDVec );
130 void varTypes( std::vector<char> & varTypeVec );
132 void getLIDs(
int & lpos,
int & lneg,
int & lbra)
221 #ifndef Xyce_NONPOINTER_MATRIX_LOAD
326 virtual bool updateState (
double * solVec,
double * staVec,
double * stoVec);
329 virtual bool loadDAEVectors (
double * solVec,
double * fVec,
double * qVec,
double * storeLeadF,
double * storeLeadQ);
330 virtual bool loadDAEMatrices (N_LAS_Matrix & dFdx, N_LAS_Matrix & dQdx);