Xyce
6.1
|
#include <N_DEV_MutIndNonLin.h>
Public Member Functions | |
Instance (const Configuration &configuration, const InstanceBlock &IB, Model &Iiter, const FactoryBlock &factory_block) | |
~Instance () | |
void | registerLIDs (const std::vector< int > &intLIDVecRef, const std::vector< int > &extLIDVecRef) |
std::map< int, std::string > & | getIntNameMap () |
std::map< int, std::string > & | getStateNameMap () |
std::map< int, std::string > & | getStoreNameMap () |
void | registerStateLIDs (const std::vector< int > &staLIDVecRef) |
void | registerStoreLIDs (const std::vector< int > &staLIDVecRef) |
const std::vector< std::vector < int > > & | jacobianStamp () const |
void | registerJacLIDs (const std::vector< std::vector< int > > &jacLIDVec) |
bool | processParams () |
bool | updateTemperature (const double &temp_tmp) |
void | updateInductanceMatrix () |
bool | updateIntermediateVars () |
bool | updatePrimaryState () |
bool | updateSecondaryState () |
bool | setIC () |
bool | plotfileFlag () |
void | varTypes (std::vector< char > &varTypeVec) |
bool | loadDAEQVector () |
bool | loadDAEFVector () |
bool | loadDAEdQdx () |
bool | loadDAEdFdx () |
void | auxDAECalculations () |
bool | outputPlotFiles () |
Model & | getModel () |
![]() | |
DeviceInstance (const InstanceBlock &instance_block, ParametricData< void > ¶metric_data, const FactoryBlock &factory_block) | |
virtual | ~DeviceInstance () |
virtual std::ostream & | printName (std::ostream &os) const |
virtual void | enableLeadCurrentCalc () |
virtual void | registerGIDs (const std::list< index_pair > &intGIDListRef, const std::list< index_pair > &extGIDListRef) |
virtual void | registerStateGIDs (const std::list< index_pair > &staGIDListRef) |
virtual void | registerStoreGIDs (const std::list< index_pair > &stoGIDListRef) |
virtual const std::vector < std::string > & | getDepSolnVars () |
virtual void | registerDepSolnGIDs (const std::vector< std::vector< int > > &varList) |
virtual const std::vector < std::string > & | getDepStateVars () |
virtual void | registerDepStateGIDs (const std::vector< std::vector< int > > &varList) |
virtual const std::vector < std::string > & | getDepStoreVars () |
virtual void | registerDepStoreGIDs (const std::vector< std::vector< int > > &varList) |
virtual void | registerDepSolnLIDs (const std::vector< std::vector< int > > &depSolnLIDVecRef) |
virtual void | registerDepStateLIDs (const std::vector< std::vector< int > > &depStaLIDVecRef) |
virtual void | registerDepStoreLIDs (const std::vector< std::vector< int > > &depStoLIDVecRef) |
virtual void | registerGIDData (const std::vector< int > &counts, const std::vector< int > &GIDs, const std::vector< std::vector< int > > &jacGIDs) |
virtual void | setupPointers () |
virtual void | getDepSolnGIDVec (std::vector< int > &depGIDVec) |
virtual bool | getIndexPairList (std::list< index_pair > &iplRef) |
virtual bool | getInstanceBreakPoints (std::vector< Util::BreakPoint > &breakPointTimes) |
virtual bool | updateSource () |
virtual bool | processInstanceParams () |
virtual bool | isConverged () |
virtual bool | testDAEMatrices (std::vector< std::string > &nameVec) |
virtual bool | loadTrivialDAE_FMatrixStamp () |
bool | trivialStampLoader (N_LAS_Matrix *matPtr) |
bool | zeroMatrixDiagonal (N_LAS_Matrix *matPtr) |
virtual bool | loadDeviceMask () |
virtual void | acceptStep () |
virtual bool | loadDAEBVector () |
const InstanceName & | getName () const |
int | getNumIntVars () const |
int | getNumExtVars () const |
int | getNumStateVars () const |
int | getNumStoreVars () const |
void | setNumStoreVars (int num_store_vars) |
virtual void | getDevConMap (std::vector< int > &) |
virtual DeviceState * | getInternalState () |
virtual bool | setInternalState (const DeviceState &state) |
virtual bool | loadDFDV (int iElectrode, N_LAS_Vector *dfdvPtr) |
virtual bool | calcConductance (int iElectrode, const N_LAS_Vector *dxdvPtr) |
virtual bool | enablePDEContinuation () |
virtual bool | disablePDEContinuation () |
virtual void | setPDEContinuationAlpha (double alpha) |
virtual void | setPDEContinuationBeta (double beta) |
virtual bool | setInitialGuess () |
virtual double | getMaxTimeStepSize () |
bool | getOrigFlag () const |
void | setOrigFlag (bool origFlag_local) |
const std::vector< int > & | getDevLIDs () const |
const std::vector< std::vector < int > > & | getDevJacLIDs () const |
const std::vector< int > & | getStaLIDVec () const |
bool | getMergeRowColChecked () const |
void | setMergeRowColChecked (bool mergeRowColChecked_local) |
const MatrixLoadData & | getMatrixLoadData () const |
MatrixLoadData & | getMatrixLoadData () |
const ExternData & | getExternData () const |
![]() | |
DeviceEntity (ParametricData< void > ¶metric_data, const SolverState &solver_state, const DeviceOptions &device_options, const std::string &netlist_path, int netlist_line) | |
virtual | ~DeviceEntity () |
virtual CompositeParam * | constructComposite (const std::string &composite_name, const std::string ¶m_name) |
bool | setDefaultParam (double val) |
double | getDefaultParam () const |
bool | scaleParam (const std::string ¶mName, double val, double val0) |
bool | scaleParam (const std::string ¶mName, double val) |
bool | scaleDefaultParam (double val) |
bool | analyticSensitivityAvailable (const std::string ¶mName) |
bool | getAnalyticSensitivity (const std::string ¶mName, std::vector< double > &dfdpVec, std::vector< double > &dqdpVec, std::vector< double > &dbdpVec, std::vector< int > &FindicesVec, std::vector< int > &QindicesVec, std::vector< int > &BindicesVec) |
bool | setParam (const std::string ¶mName, double val) |
bool | getParam (const std::string ¶mName, double &result) const |
bool | getParamBreakpoints (std::vector< Util::BreakPoint > &) |
bool | updateDependentParameters (N_LAS_Vector &vars) |
bool | updateDependentParameters (double temp_tmp) |
bool | updateGlobalParameters (GlobalParameterMap &) |
bool | updateDependentParameters () |
double | setDependentParameter (Util::Param &, double *, ParameterType::ExprAccess) |
double | setDependentParameter (Util::Param &, std::vector< double > *, int, ParameterType::ExprAccess) |
void | setDependentParameter (Util::Param &par, Depend &dependentParam, ParameterType::ExprAccess depend) |
void | setDefaultParams () |
void | setParams (const std::vector< Param > ¶ms) |
bool | given (const std::string ¶meter_name) const |
void | setDefaultParamName (const std::string &default_param_name) |
const std::vector< Depend > & | getDependentParams () |
void | addDependentParameter (const Depend ¶m) |
const DeviceOptions & | getDeviceOptions () const |
const SolverState & | getSolverState () const |
const NetlistLocation & | netlistLocation () const |
const ParameterMap & | getParameterMap () const |
![]() | |
ParameterBase () | |
virtual | ~ParameterBase () |
double | getOriginalValue (int serial_number) |
void | setOriginalValue (int serial_number, double value) |
bool | wasValueGiven (int serial_number) const |
void | setValueGiven (int serial_number, bool value) |
Private Member Functions | |
Instance (const Instance &) | |
Instance & | operator= (const Instance &) |
Private Attributes | |
Model & | model_ |
int | numInductors |
double | L |
std::vector < InductorInstanceData * > | instanceData |
std::vector< std::string > | inductorNames |
std::vector< double > | inductorInductances |
std::vector< std::string > | inductorsNode1 |
std::vector< std::string > | inductorsNode2 |
std::vector< std::string > | couplingInductor |
std::vector< double > | couplingCoefficient |
int | li_MagVar |
int | li_RVar |
int | mEquVPosOffset |
int | mEquVNegOffset |
std::vector< int > | mEquInductorOffsets |
int | mEquMOffset |
int | mEquROffset |
int | rEquROffset |
std::vector< int > | rEquInductorOffsets |
int | li_MagVarState |
int | li_MagVarDerivState |
int | li_RVarStore |
int | li_BVarStore |
int | li_HVarStore |
double | nonlinFlag |
bool | nonlinFlagGiven |
double | mutualCup |
bool | mutualCupGiven |
std::vector< double > | inductanceVals |
std::vector< std::vector < double > > | LO |
std::vector< double > | inductorCurrents |
std::vector< double > | LOI |
double | temp |
bool | tempGiven |
double | qV |
double | delM0 |
double | Happ |
double | He |
double | Heo |
double | delM |
double | Mirrp |
double | Manp |
double | P |
double | dP_dM |
double | dP_dVp |
double | dP_dVn |
double | Mag_orig |
double | Rvar_orig |
std::vector< double > | dHe_dI |
std::vector< double > | dManp_dI |
std::vector< double > | ddelM_dI |
std::vector< double > | dMirrp_dI |
std::vector< double > | dP_dI |
double | scalingRHS |
double | maxVoltageDrop |
std::vector< std::vector< int > > | jacStamp |
Teuchos::RefCountPtr < std::ofstream > | outputFileStreamPtr |
bool | outputStateVarsFlag |
Friends | |
class | ParametricData< Instance > |
class | Model |
class | Traits |
class | Master |
Additional Inherited Members | |
![]() | |
std::vector< int > & | cols |
std::vector< double > & | vals |
NumericalJacobian * | numJacPtr |
bool | psLoaded |
bool | ssLoaded |
bool | rhsLoaded |
bool | origFlag |
int | numIntVars |
int | numExtVars |
int | numStateVars |
int | numStoreVars |
int | numLeadCurrentStoreVars |
bool | loadLeadCurrent |
std::vector< int > | devConMap |
bool | mergeRowColChecked |
![]() | |
void | jacStampMap (std::vector< std::vector< int > > &stamp_parent, std::vector< int > &map_parent, std::vector< std::vector< int > > &map2_parent, std::vector< std::vector< int > > &stamp, std::vector< int > &map, std::vector< std::vector< int > > &map2, int from, int to, int original_size) |
void | jacStampMap_fixOrder (std::vector< std::vector< int > > &stamp_parent, std::vector< std::vector< int > > &map2_parent, std::vector< std::vector< int > > &stamp, std::vector< std::vector< int > > &map2) |
void | outputJacStamp (const std::vector< std::vector< int > > &jac) |
void | outputJacMaps (const std::vector< int > &jacMap, const std::vector< std::vector< int > > &jacMap2) |
![]() | |
const ExternData & | extData |
std::list< index_pair > | intGIDList |
std::list< index_pair > | extGIDList |
std::list< index_pair > | indexPairList |
std::list< index_pair > | staGIDList |
std::vector< int > | intLIDVec |
std::vector< int > | extLIDVec |
std::vector< int > | staLIDVec |
std::vector< int > | stoLIDVec |
std::vector< int > | devLIDs |
std::vector< std::vector< int > > | devJacLIDs |
std::map< int, std::string > | intNameMap |
std::map< int, std::string > | stateNameMap |
std::map< int, std::string > | storeNameMap |
DeviceSupport | devSupport |
Definition at line 90 of file N_DEV_MutIndNonLin.h.
Xyce::Device::MutIndNonLin::Instance::Instance | ( | const Configuration & | configuration, |
const InstanceBlock & | IB, | ||
Model & | Iiter, | ||
const FactoryBlock & | factory_block | ||
) |
Definition at line 245 of file N_DEV_MutIndNonLin.C.
Xyce::Device::MutIndNonLin::Instance::~Instance | ( | ) |
Definition at line 541 of file N_DEV_MutIndNonLin.C.
|
private |
void Xyce::Device::MutIndNonLin::Instance::auxDAECalculations | ( | ) |
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 650 of file N_DEV_MutIndNonLin.C.
|
inline |
Definition at line 149 of file N_DEV_MutIndNonLin.h.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 729 of file N_DEV_MutIndNonLin.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 750 of file N_DEV_MutIndNonLin.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 771 of file N_DEV_MutIndNonLin.C.
|
virtual |
Implements Xyce::Device::DeviceInstance.
Definition at line 1650 of file N_DEV_MutIndNonLin.C.
|
virtual |
Implements Xyce::Device::DeviceInstance.
Definition at line 1583 of file N_DEV_MutIndNonLin.C.
|
virtual |
Implements Xyce::Device::DeviceInstance.
Definition at line 1476 of file N_DEV_MutIndNonLin.C.
|
virtual |
Implements Xyce::Device::DeviceInstance.
Definition at line 1376 of file N_DEV_MutIndNonLin.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 1812 of file N_DEV_MutIndNonLin.C.
|
inlinevirtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 131 of file N_DEV_MutIndNonLin.h.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 569 of file N_DEV_MutIndNonLin.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 784 of file N_DEV_MutIndNonLin.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 589 of file N_DEV_MutIndNonLin.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 678 of file N_DEV_MutIndNonLin.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 709 of file N_DEV_MutIndNonLin.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 1850 of file N_DEV_MutIndNonLin.C.
void Xyce::Device::MutIndNonLin::Instance::updateInductanceMatrix | ( | ) |
Definition at line 1246 of file N_DEV_MutIndNonLin.C.
|
virtual |
Implements Xyce::Device::DeviceInstance.
Definition at line 949 of file N_DEV_MutIndNonLin.C.
|
virtual |
Implements Xyce::Device::DeviceInstance.
Definition at line 1286 of file N_DEV_MutIndNonLin.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 1341 of file N_DEV_MutIndNonLin.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 919 of file N_DEV_MutIndNonLin.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 1867 of file N_DEV_MutIndNonLin.C.
|
friend |
Definition at line 94 of file N_DEV_MutIndNonLin.h.
|
friend |
Definition at line 93 of file N_DEV_MutIndNonLin.h.
|
friend |
Definition at line 92 of file N_DEV_MutIndNonLin.h.
|
friend |
Definition at line 94 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 172 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 171 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 230 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 213 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 209 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 228 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 229 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 231 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 232 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 217 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 219 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 218 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 210 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 211 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 212 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 199 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 201 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 167 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 166 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 168 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 169 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 162 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 240 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 161 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 191 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 192 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 176 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 189 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 188 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 177 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 190 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 200 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 202 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 222 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 215 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 238 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 181 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 182 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 182 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 180 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 180 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 214 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 156 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 196 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 197 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 194 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 195 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 160 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 243 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 244 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 216 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 208 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 185 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 184 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 223 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 235 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 204 of file N_DEV_MutIndNonLin.h.
|
private |
Definition at line 205 of file N_DEV_MutIndNonLin.h.