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";}
110 void registerLIDs(
const std::vector<int> & intLIDVecRef,
111 const std::vector<int> & extLIDVecRef);
118 const std::vector< std::vector<int> > &
jacobianStamp()
const;
283 virtual bool updateState (
double * solVec,
double * staVec,
double * stoVec);
287 virtual bool loadDAEVectors (
double * solVec,
double * fVec,
double * qVec,
double * bVec,
double * storeLeadF,
double * storeLeadQ);
290 virtual bool loadDAEMatrices (N_LAS_Matrix & dFdx, N_LAS_Matrix & dQdx);