46 #ifndef Xyce_N_DEV_Capacitor_h
47 #define Xyce_N_DEV_Capacitor_h
64 static const char *
name() {
return "Capacitor";}
110 void registerLIDs(
const std::vector<int> & intLIDVecRef,
const std::vector<int> & extLIDVecRef );
117 const std::vector< std::vector<int> > &
jacobianStamp()
const;
118 void registerJacLIDs(
const std::vector< std::vector<int> > & jacLIDVec );
138 void varTypes( std::vector<char> & varTypeVec );
218 #ifndef Xyce_NONPOINTER_MATRIX_LOAD
346 virtual bool updateState (
double * solVec,
double * staVec,
double * stoVec);
349 virtual bool loadDAEVectors (
double * solVec,
double * fVec,
double * qVec,
double * storeLeadF,
double * storeLeadQ);
350 virtual bool loadDAEMatrices (N_LAS_Matrix & dFdx, N_LAS_Matrix & dQdx);
363 #endif // Xyce_N_DEV_Capacitor_h