46 #ifndef Xyce_N_DEV_Bsrc_h
47 #define Xyce_N_DEV_Bsrc_h
57 #include <N_UTL_fwd.h>
58 #include <N_UTL_BreakPoint.h>
69 static const char *
name() {
return "Expression Based Voltage or Current Source";}
107 void registerLIDs(
const std::vector<int> & intLIDVecRef,
108 const std::vector<int> & extLIDVecRef );
118 const std::vector< std::vector<int> > &
jacobianStamp()
const;
119 void registerJacLIDs(
const std::vector< std::vector<int> > & jacLIDVec );
137 void varTypes( std::vector<char> & varTypeVec );
310 virtual bool updateState (
double * solVec,
double * staVec,
double * stoVec);
314 virtual bool loadDAEVectors (
double * solVec,
double * fVec,
double * qVec,
double * bVec,
double * storeLeadF,
double * storeLeadQ);
317 virtual bool loadDAEMatrices (N_LAS_Matrix & dFdx, N_LAS_Matrix & dQdx);