46 #ifndef Xyce_N_DEV_Capacitor_h
47 #define Xyce_N_DEV_Capacitor_h
73 const std::string &name,
74 std::vector<double> & dfdp,
75 std::vector<double> & dqdp,
76 std::vector<double> & dbdp,
77 std::vector<int> & Findices,
78 std::vector<int> & Qindices,
79 std::vector<int> & Bindices
87 static const char *
name() {
return "Capacitor";}
134 void registerLIDs(
const std::vector<int> & intLIDVecRef,
const std::vector<int> & extLIDVecRef );
141 const std::vector< std::vector<int> > &
jacobianStamp()
const;
142 void registerJacLIDs(
const std::vector< std::vector<int> > & jacLIDVec );
162 void varTypes( std::vector<char> & varTypeVec );
242 #ifndef Xyce_NONPOINTER_MATRIX_LOAD
363 virtual bool updateState (
double * solVec,
double * staVec,
double * stoVec);
366 virtual bool loadDAEVectors (
double * solVec,
double * fVec,
double * qVec,
double * bVec,
double * storeLeadF,
double * storeLeadQ);
367 virtual bool loadDAEMatrices (N_LAS_Matrix & dFdx, N_LAS_Matrix & dQdx);
380 #endif // Xyce_N_DEV_Capacitor_h