Xyce
6.1
|
#include <N_DEV_TRA.h>
Public Member Functions | |
Instance (const Configuration &configuration, const InstanceBlock &instance_block, Model &model, const FactoryBlock &factory_block) | |
~Instance () | |
void | registerLIDs (const std::vector< int > &intLIDVecRef, const std::vector< int > &extLIDVecRef) |
void | registerStateLIDs (const std::vector< int > &staLIDVecRef) |
void | registerStoreLIDs (const std::vector< int > &st0LIDVecRef) |
std::map< int, std::string > & | getIntNameMap () |
std::map< int, std::string > & | getStoreNameMap () |
const std::vector< std::vector < int > > & | jacobianStamp () const |
void | registerJacLIDs (const std::vector< std::vector< int > > &jacLIDVec) |
bool | processParams () |
bool | updateIntermediateVars () |
bool | updatePrimaryState () |
bool | loadDAEQVector () |
bool | loadDAEFVector () |
bool | loadDAEdQdx () |
bool | loadDAEdFdx () |
bool | getInstanceBreakPoints (std::vector< N_UTL_BreakPoint > &breakPointTimes) |
void | acceptStep () |
double | getMaxTimeStepSize () |
DeviceState * | getInternalState () |
bool | setInternalState (const DeviceState &state) |
Model & | getModel () |
![]() | |
DeviceInstance (const InstanceBlock &instance_block, ParametricData< void > ¶metric_data, const FactoryBlock &factory_block) | |
virtual | ~DeviceInstance () |
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 | updateSource () |
virtual bool | processInstanceParams () |
virtual bool | updateTemperature (const double &temp_tmp) |
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 | updateSecondaryState () |
virtual bool | setIC () |
virtual bool | plotfileFlag () |
virtual bool | loadDeviceMask () |
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 bool | loadDFDV (int iElectrode, N_LAS_Vector *dfdvPtr) |
virtual bool | calcConductance (int iElectrode, const N_LAS_Vector *dxdvPtr) |
virtual std::map< int, std::string > & | getStateNameMap () |
void | spiceInternalName (std::string &tmpname) |
virtual bool | outputPlotFiles () |
virtual bool | enablePDEContinuation () |
virtual bool | disablePDEContinuation () |
virtual void | setPDEContinuationAlpha (double alpha) |
virtual void | setPDEContinuationBeta (double beta) |
virtual bool | setInitialGuess () |
virtual void | varTypes (std::vector< char > &varTypeVec) |
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 () |
![]() | |
DeviceEntity (const char *const entity_type, const std::string &device_name, 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 () |
bool | scaleParam (const std::string ¶mName, double val, double val0) |
bool | scaleParam (const std::string ¶mName, double val) |
bool | scaleDefaultParam (double val) |
bool | setParam (const std::string ¶mName, double val) |
bool | getParam (const std::string ¶mName, double &result) |
bool | getParamBreakpoints (std::vector< Util::BreakPoint > &) |
bool | updateDependentParameters (N_LAS_Vector &vars) |
bool | updateDependentParameters (double temp_tmp) |
bool | updateGlobalParameters (std::map< std::string, double > &) |
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 |
const char * | getEntityType () const |
const std::string & | getName () const |
void | setDefaultParamName (const std::string &default_param_name) |
const std::vector< Depend > & | getDependentParams () |
const DeviceOptions & | getDeviceOptions () const |
const SolverState & | getSolverState () const |
const NetlistLocation & | netlistLocation () const |
const ParameterMap & | getParameterMap () const |
![]() | |
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 &) |
void | pruneHistory (double t) |
void | InterpV1V2FromHistory (double t, double *v1p, double *v2p) |
Static Private Attributes | |
static std::vector < std::vector< int > > | jacStamp |
Friends | |
class | ParametricData< Instance > |
class | Model |
class | Traits |
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 82 of file N_DEV_TRA.h.
Xyce::Device::TRA::Instance::Instance | ( | const Configuration & | configuration, |
const InstanceBlock & | instance_block, | ||
Model & | model, | ||
const FactoryBlock & | factory_block | ||
) |
Definition at line 109 of file N_DEV_TRA.C.
Xyce::Device::TRA::Instance::~Instance | ( | ) |
Definition at line 297 of file N_DEV_TRA.C.
|
private |
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 1187 of file N_DEV_TRA.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 1139 of file N_DEV_TRA.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 1338 of file N_DEV_TRA.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 373 of file N_DEV_TRA.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 1601 of file N_DEV_TRA.C.
|
inline |
Definition at line 139 of file N_DEV_TRA.h.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
|
private |
Definition at line 989 of file N_DEV_TRA.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 467 of file N_DEV_TRA.C.
|
virtual |
Implements Xyce::Device::DeviceInstance.
Definition at line 647 of file N_DEV_TRA.C.
|
inlinevirtual |
Implements Xyce::Device::DeviceInstance.
Definition at line 122 of file N_DEV_TRA.h.
|
virtual |
Implements Xyce::Device::DeviceInstance.
Definition at line 527 of file N_DEV_TRA.C.
|
inlinevirtual |
Implements Xyce::Device::DeviceInstance.
Definition at line 118 of file N_DEV_TRA.h.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 283 of file N_DEV_TRA.C.
|
private |
Definition at line 896 of file N_DEV_TRA.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 480 of file N_DEV_TRA.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 311 of file N_DEV_TRA.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 407 of file N_DEV_TRA.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 1397 of file N_DEV_TRA.C.
|
virtual |
Implements Xyce::Device::DeviceInstance.
Definition at line 758 of file N_DEV_TRA.C.
|
virtual |
Reimplemented from Xyce::Device::DeviceInstance.
Definition at line 734 of file N_DEV_TRA.C.
|
friend |
Definition at line 85 of file N_DEV_TRA.h.
|
friend |
Definition at line 84 of file N_DEV_TRA.h.
|
friend |
Definition at line 86 of file N_DEV_TRA.h.
|
private |
Definition at line 277 of file N_DEV_TRA.h.
|
private |
Definition at line 263 of file N_DEV_TRA.h.
|
private |
Definition at line 264 of file N_DEV_TRA.h.
|
private |
Definition at line 276 of file N_DEV_TRA.h.
|
private |
Definition at line 275 of file N_DEV_TRA.h.
|
private |
Definition at line 280 of file N_DEV_TRA.h.
|
private |
Definition at line 273 of file N_DEV_TRA.h.
|
private |
Definition at line 279 of file N_DEV_TRA.h.
|
private |
Definition at line 274 of file N_DEV_TRA.h.
|
private |
Definition at line 278 of file N_DEV_TRA.h.
|
private |
Definition at line 261 of file N_DEV_TRA.h.
|
private |
Definition at line 260 of file N_DEV_TRA.h.
|
private |
Definition at line 259 of file N_DEV_TRA.h.
|
private |
Definition at line 271 of file N_DEV_TRA.h.
|
private |
Definition at line 270 of file N_DEV_TRA.h.
|
private |
Definition at line 269 of file N_DEV_TRA.h.
|
private |
Definition at line 262 of file N_DEV_TRA.h.
|
private |
Definition at line 272 of file N_DEV_TRA.h.
|
private |
Definition at line 258 of file N_DEV_TRA.h.
|
private |
Definition at line 257 of file N_DEV_TRA.h.
|
private |
Definition at line 268 of file N_DEV_TRA.h.
|
private |
Definition at line 267 of file N_DEV_TRA.h.
|
private |
Definition at line 159 of file N_DEV_TRA.h.
|
private |
Definition at line 286 of file N_DEV_TRA.h.
|
private |
Definition at line 153 of file N_DEV_TRA.h.
|
private |
Definition at line 151 of file N_DEV_TRA.h.
|
private |
Definition at line 288 of file N_DEV_TRA.h.
|
private |
Definition at line 282 of file N_DEV_TRA.h.
|
private |
Definition at line 282 of file N_DEV_TRA.h.
|
staticprivate |
Definition at line 145 of file N_DEV_TRA.h.
|
private |
Definition at line 283 of file N_DEV_TRA.h.
|
private |
Definition at line 187 of file N_DEV_TRA.h.
|
private |
Definition at line 191 of file N_DEV_TRA.h.
|
private |
Definition at line 186 of file N_DEV_TRA.h.
|
private |
Definition at line 190 of file N_DEV_TRA.h.
|
private |
Definition at line 185 of file N_DEV_TRA.h.
|
private |
Definition at line 189 of file N_DEV_TRA.h.
|
private |
Definition at line 184 of file N_DEV_TRA.h.
|
private |
Definition at line 188 of file N_DEV_TRA.h.
|
private |
Definition at line 194 of file N_DEV_TRA.h.
|
private |
Definition at line 195 of file N_DEV_TRA.h.
|
private |
Definition at line 147 of file N_DEV_TRA.h.
|
private |
Definition at line 292 of file N_DEV_TRA.h.
|
private |
Definition at line 293 of file N_DEV_TRA.h.
|
private |
Definition at line 289 of file N_DEV_TRA.h.
|
private |
Definition at line 154 of file N_DEV_TRA.h.
|
private |
Definition at line 152 of file N_DEV_TRA.h.
|
private |
Definition at line 290 of file N_DEV_TRA.h.
|
private |
Definition at line 284 of file N_DEV_TRA.h.
|
private |
Definition at line 285 of file N_DEV_TRA.h.
|
private |
Definition at line 282 of file N_DEV_TRA.h.
|
private |
Definition at line 282 of file N_DEV_TRA.h.
|
private |
Definition at line 282 of file N_DEV_TRA.h.
|
private |
Definition at line 282 of file N_DEV_TRA.h.
|
private |
Definition at line 282 of file N_DEV_TRA.h.
|
private |
Definition at line 282 of file N_DEV_TRA.h.
|
private |
Definition at line 149 of file N_DEV_TRA.h.
|
private |
Definition at line 150 of file N_DEV_TRA.h.