46 #ifndef Xyce_N_DEV_MutIndLin_h
47 #define Xyce_N_DEV_MutIndLin_h
55 #include <N_UTL_fwd.h>
99 #ifndef Xyce_NONPOINTER_MATRIX_LOAD
132 namespace MutIndLin {
139 static const char *
name() {
return "Linear Mutual Inductor";}
180 void registerLIDs(
const std::vector<int> & intLIDVecRef,
181 const std::vector<int> & extLIDVecRef );
188 const std::vector< std::vector<int> > &
jacobianStamp()
const;
189 void registerJacLIDs(
const std::vector< std::vector<int> > & jacLIDVec );
199 void varTypes( std::vector<char> & varTypeVec );
257 std::vector< std::vector< double > >
LO;
261 std::vector< double >
LOI;
352 virtual bool updateState (
double * solVec,
double * staVec,
double * stoVec);
356 virtual bool loadDAEVectors (
double * solVec,
double * fVec,
double * qVec,
double * bVec,
double * storeLeadF,
double * storeLeadQ);
357 virtual bool loadDAEMatrices (N_LAS_Matrix & dFdx, N_LAS_Matrix & dQdx);