46 #ifndef Xyce_N_DEV_ISRC_h
47 #define Xyce_N_DEV_ISRC_h
59 #include <N_UTL_BreakPoint.h>
70 static const char *
name() {
return "Independent Current Source";}
109 void registerLIDs(
const std::vector<int> & intLIDVecRef,
110 const std::vector<int> & extLIDVecRef);
117 const std::vector< std::vector<int> > &
jacobianStamp()
const;
289 virtual bool updateState (
double * solVec,
double * staVec,
double * stoVec);
293 virtual bool loadDAEVectors (
double * solVec,
double * fVec,
double * qVec,
double * storeLeadF,
double * storeLeadQ);
296 virtual bool loadDAEMatrices (N_LAS_Matrix & dFdx, N_LAS_Matrix & dQdx);