Xyce  6.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Xyce::Device::Neuron9::Instance Class Reference

#include <N_DEV_Neuron9.h>

Inheritance diagram for Xyce::Device::Neuron9::Instance:
Collaboration diagram for Xyce::Device::Neuron9::Instance:

Public Member Functions

 Instance (const Configuration &configuration, const InstanceBlock &IB, Model &Miter, const FactoryBlock &factory_block)
 
 ~Instance ()
 
void registerLIDs (const std::vector< int > &intLIDVecRef, const std::vector< int > &extLIDVecRef)
 
void registerStateLIDs (const std::vector< int > &staLIDVecRef)
 
std::map< int, std::string > & getIntNameMap ()
 
bool loadDeviceMask ()
 
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)
 
bool updateIntermediateVars ()
 
bool updatePrimaryState ()
 
bool updateSecondaryState ()
 
bool setIC ()
 
void varTypes (std::vector< char > &varTypeVec)
 
bool loadDAEQVector ()
 
bool loadDAEFVector ()
 
void auxDAECalculations ()
 
bool loadDAEdQdx ()
 
bool loadDAEdFdx ()
 
ModelgetModel ()
 
- Public Member Functions inherited from Xyce::Device::DeviceInstance
 DeviceInstance (const InstanceBlock &instance_block, ParametricData< void > &parametric_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 void registerStoreLIDs (const std::vector< int > &stoLIDVecRef)
 
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< N_UTL_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 plotfileFlag ()
 
virtual void acceptStep ()
 
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 DeviceStategetInternalState ()
 
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 std::map< int,
std::string > & 
getStateNameMap ()
 
virtual std::map< int,
std::string > & 
getStoreNameMap ()
 
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 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 MatrixLoadDatagetMatrixLoadData () const
 
MatrixLoadDatagetMatrixLoadData ()
 
- Public Member Functions inherited from Xyce::Device::DeviceEntity
 DeviceEntity (const char *const entity_type, const std::string &device_name, ParametricData< void > &parametric_data, const SolverState &solver_state, const DeviceOptions &device_options, const std::string &netlist_path, int netlist_line)
 
virtual ~DeviceEntity ()
 
virtual CompositeParamconstructComposite (const std::string &composite_name, const std::string &param_name)
 
bool setDefaultParam (double val)
 
double getDefaultParam ()
 
bool scaleParam (const std::string &paramName, double val, double val0)
 
bool scaleParam (const std::string &paramName, double val)
 
bool scaleDefaultParam (double val)
 
bool setParam (const std::string &paramName, double val)
 
bool getParam (const std::string &paramName, 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 > &params)
 
bool given (const std::string &parameter_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 DeviceOptionsgetDeviceOptions () const
 
const SolverStategetSolverState () const
 
const NetlistLocation & netlistLocation () const
 
const ParameterMapgetParameterMap () const
 
- Public Member Functions inherited from Xyce::Device::ParameterBase
 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)
 

Static Public Attributes

static std::vector
< std::vector< int > > 
jacStamp
 

Private Member Functions

 Instance (const Instance &)
 
Instanceoperator= (const Instance &)
 

Static Private Member Functions

template<typename ScalarT >
static ScalarT alphaN (const ScalarT &Vn1, const ScalarT &Vn2, const ScalarT &Vrest)
 
template<typename ScalarT >
static ScalarT betaN (const ScalarT &Vn1, const ScalarT &Vn2, const ScalarT &Vrest)
 
template<typename ScalarT >
static ScalarT alphaM (const ScalarT &Vn1, const ScalarT &Vn2, const ScalarT &Vrest)
 
template<typename ScalarT >
static ScalarT betaM (const ScalarT &Vn1, const ScalarT &Vn2, const ScalarT &Vrest)
 
template<typename ScalarT >
static ScalarT alphaH (const ScalarT &Vn1, const ScalarT &Vn2, const ScalarT &Vrest)
 
template<typename ScalarT >
static ScalarT betaH (const ScalarT &Vn1, const ScalarT &Vn2, const ScalarT &Vrest)
 
template<typename ScalarT >
static ScalarT kcl1EquF (const ScalarT &Vn1, const ScalarT &Vn2, const ScalarT &n, const ScalarT &m, const ScalarT &h, const ScalarT &memG, const ScalarT &leakE, const ScalarT &Kg, const ScalarT &Ke, const ScalarT &NaG, const ScalarT &NaE)
 
template<typename ScalarT >
static ScalarT kcl1EquQ (const ScalarT &Vn1, const ScalarT &Vn2, const ScalarT &memC)
 
template<typename ScalarT >
static ScalarT kcl2EquF (const ScalarT &Vn1, const ScalarT &Vn2, const ScalarT &n, const ScalarT &m, const ScalarT &h, const ScalarT &memG, const ScalarT &leakE, const ScalarT &Kg, const ScalarT &Ke, const ScalarT &NaG, const ScalarT &NaE)
 
template<typename ScalarT >
static ScalarT kcl2EquQ (const ScalarT &Vn1, const ScalarT &Vn2, const ScalarT &memC)
 
template<typename ScalarT >
static ScalarT nEquF (const ScalarT &Vn1, const ScalarT &Vn2, const ScalarT &n, const ScalarT &Vrest)
 
template<typename ScalarT >
static ScalarT nEquQ (const ScalarT &n)
 
template<typename ScalarT >
static ScalarT mEquF (const ScalarT &Vn1, const ScalarT &Vn2, const ScalarT &m, const ScalarT &Vrest)
 
template<typename ScalarT >
static ScalarT mEquQ (const ScalarT &m)
 
template<typename ScalarT >
static ScalarT hEquF (const ScalarT &Vn1, const ScalarT &Vn2, const ScalarT &h, const ScalarT &Vrest)
 
template<typename ScalarT >
static ScalarT hEquQ (const ScalarT &h)
 

Private Attributes

Modelmodel_
 
double kcl1Fvalue
 
double kcl1Qvalue
 
double kcl2Fvalue
 
double kcl2Qvalue
 
double nEquFvalue
 
double nEquQvalue
 
double mEquFvalue
 
double mEquQvalue
 
double hEquFvalue
 
double hEquQvalue
 
double dkcl1F_dV1
 
double dkcl1F_dV2
 
double dkcl1F_dn
 
double dkcl1F_dm
 
double dkcl1F_dh
 
double dkcl1Q_dV1
 
double dkcl1Q_dV2
 
double dkcl2F_dV1
 
double dkcl2F_dV2
 
double dkcl2F_dn
 
double dkcl2F_dm
 
double dkcl2F_dh
 
double dkcl2Q_dV1
 
double dkcl2Q_dV2
 
double dnF_dV1
 
double dnF_dV2
 
double dnF_dn
 
double dnQ_dn
 
double dmF_dV1
 
double dmF_dV2
 
double dmF_dm
 
double dmQ_dm
 
double dhF_dV1
 
double dhF_dV2
 
double dhF_dh
 
double dhQ_dh
 
double potassiumCurrent
 
double sodiumCurrent
 
int li_KCurrentState
 
int li_NaCurrentState
 
int li_Pos
 
int li_Neg
 
int li_nPro
 
int li_mPro
 
int li_hPro
 
int APosEquPosNodeOffset
 
int APosEquNegNodeOffset
 
int APosEquNNodeOffset
 
int APosEquMNodeOffset
 
int APosEquHNodeOffset
 
int ANegEquPosNodeOffset
 
int ANegEquNegNodeOffset
 
int ANegEquNNodeOffset
 
int ANegEquMNodeOffset
 
int ANegEquHNodeOffset
 
int ANEquPosNodeOffset
 
int ANEquNegNodeOffset
 
int ANEquNNodeOffset
 
int AMEquPosNodeOffset
 
int AMEquNegNodeOffset
 
int AMEquMNodeOffset
 
int AHEquPosNodeOffset
 
int AHEquNegNodeOffset
 
int AHEquHNodeOffset
 

Static Private Attributes

static const double VT = -63.0
 

Friends

class ParametricData< Instance >
 
class Model
 
class Traits
 
class Master
 

Additional Inherited Members

- Public Attributes inherited from Xyce::Device::DeviceInstance
std::vector< int > & cols
 
std::vector< double > & vals
 
NumericalJacobiannumJacPtr
 
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
 
- Protected Member Functions inherited from Xyce::Device::DeviceInstance
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)
 
- Protected Attributes inherited from Xyce::Device::DeviceInstance
const ExternDataextData
 
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
 

Detailed Description

Definition at line 94 of file N_DEV_Neuron9.h.

Constructor & Destructor Documentation

Xyce::Device::Neuron9::Instance::Instance ( const Configuration configuration,
const InstanceBlock IB,
Model Miter,
const FactoryBlock factory_block 
)

Definition at line 174 of file N_DEV_Neuron9.C.

Xyce::Device::Neuron9::Instance::~Instance ( )

Definition at line 290 of file N_DEV_Neuron9.C.

Xyce::Device::Neuron9::Instance::Instance ( const Instance )
private

Member Function Documentation

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron9::Instance::alphaH ( const ScalarT &  Vn1,
const ScalarT &  Vn2,
const ScalarT &  Vrest 
)
inlinestaticprivate

Definition at line 204 of file N_DEV_Neuron9.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron9::Instance::alphaM ( const ScalarT &  Vn1,
const ScalarT &  Vn2,
const ScalarT &  Vrest 
)
inlinestaticprivate

Definition at line 184 of file N_DEV_Neuron9.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron9::Instance::alphaN ( const ScalarT &  Vn1,
const ScalarT &  Vn2,
const ScalarT &  Vrest 
)
inlinestaticprivate

Definition at line 163 of file N_DEV_Neuron9.h.

void Xyce::Device::Neuron9::Instance::auxDAECalculations ( )
template<typename ScalarT >
static ScalarT Xyce::Device::Neuron9::Instance::betaH ( const ScalarT &  Vn1,
const ScalarT &  Vn2,
const ScalarT &  Vrest 
)
inlinestaticprivate

Definition at line 214 of file N_DEV_Neuron9.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron9::Instance::betaM ( const ScalarT &  Vn1,
const ScalarT &  Vn2,
const ScalarT &  Vrest 
)
inlinestaticprivate

Definition at line 194 of file N_DEV_Neuron9.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron9::Instance::betaN ( const ScalarT &  Vn1,
const ScalarT &  Vn2,
const ScalarT &  Vrest 
)
inlinestaticprivate

Definition at line 173 of file N_DEV_Neuron9.h.

std::map< int, std::string > & Xyce::Device::Neuron9::Instance::getIntNameMap ( )
virtual

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 354 of file N_DEV_Neuron9.C.

Model& Xyce::Device::Neuron9::Instance::getModel ( )
inline

Definition at line 308 of file N_DEV_Neuron9.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron9::Instance::hEquF ( const ScalarT &  Vn1,
const ScalarT &  Vn2,
const ScalarT &  h,
const ScalarT &  Vrest 
)
inlinestaticprivate

Definition at line 292 of file N_DEV_Neuron9.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron9::Instance::hEquQ ( const ScalarT &  h)
inlinestaticprivate

Definition at line 299 of file N_DEV_Neuron9.h.

const std::vector< std::vector< int > > & Xyce::Device::Neuron9::Instance::jacobianStamp ( ) const
virtual

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 429 of file N_DEV_Neuron9.C.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron9::Instance::kcl1EquF ( const ScalarT &  Vn1,
const ScalarT &  Vn2,
const ScalarT &  n,
const ScalarT &  m,
const ScalarT &  h,
const ScalarT &  memG,
const ScalarT &  leakE,
const ScalarT &  Kg,
const ScalarT &  Ke,
const ScalarT &  NaG,
const ScalarT &  NaE 
)
inlinestaticprivate

Definition at line 226 of file N_DEV_Neuron9.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron9::Instance::kcl1EquQ ( const ScalarT &  Vn1,
const ScalarT &  Vn2,
const ScalarT &  memC 
)
inlinestaticprivate

Definition at line 236 of file N_DEV_Neuron9.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron9::Instance::kcl2EquF ( const ScalarT &  Vn1,
const ScalarT &  Vn2,
const ScalarT &  n,
const ScalarT &  m,
const ScalarT &  h,
const ScalarT &  memG,
const ScalarT &  leakE,
const ScalarT &  Kg,
const ScalarT &  Ke,
const ScalarT &  NaG,
const ScalarT &  NaE 
)
inlinestaticprivate

Definition at line 244 of file N_DEV_Neuron9.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron9::Instance::kcl2EquQ ( const ScalarT &  Vn1,
const ScalarT &  Vn2,
const ScalarT &  memC 
)
inlinestaticprivate

Definition at line 254 of file N_DEV_Neuron9.h.

bool Xyce::Device::Neuron9::Instance::loadDAEdFdx ( )
virtual

Implements Xyce::Device::DeviceInstance.

Definition at line 833 of file N_DEV_Neuron9.C.

bool Xyce::Device::Neuron9::Instance::loadDAEdQdx ( )
virtual

Implements Xyce::Device::DeviceInstance.

Definition at line 798 of file N_DEV_Neuron9.C.

bool Xyce::Device::Neuron9::Instance::loadDAEFVector ( )
virtual

Implements Xyce::Device::DeviceInstance.

Definition at line 774 of file N_DEV_Neuron9.C.

bool Xyce::Device::Neuron9::Instance::loadDAEQVector ( )
virtual

Implements Xyce::Device::DeviceInstance.

Definition at line 744 of file N_DEV_Neuron9.C.

bool Xyce::Device::Neuron9::Instance::loadDeviceMask ( )
virtual

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 407 of file N_DEV_Neuron9.C.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron9::Instance::mEquF ( const ScalarT &  Vn1,
const ScalarT &  Vn2,
const ScalarT &  m,
const ScalarT &  Vrest 
)
inlinestaticprivate

Definition at line 277 of file N_DEV_Neuron9.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron9::Instance::mEquQ ( const ScalarT &  m)
inlinestaticprivate

Definition at line 284 of file N_DEV_Neuron9.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron9::Instance::nEquF ( const ScalarT &  Vn1,
const ScalarT &  Vn2,
const ScalarT &  n,
const ScalarT &  Vrest 
)
inlinestaticprivate

Definition at line 262 of file N_DEV_Neuron9.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron9::Instance::nEquQ ( const ScalarT &  n)
inlinestaticprivate

Definition at line 269 of file N_DEV_Neuron9.h.

Instance& Xyce::Device::Neuron9::Instance::operator= ( const Instance )
private
bool Xyce::Device::Neuron9::Instance::processParams ( )
virtual

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 141 of file N_DEV_Neuron9.C.

void Xyce::Device::Neuron9::Instance::registerJacLIDs ( const std::vector< std::vector< int > > &  jacLIDVec)
virtual

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 442 of file N_DEV_Neuron9.C.

void Xyce::Device::Neuron9::Instance::registerLIDs ( const std::vector< int > &  intLIDVecRef,
const std::vector< int > &  extLIDVecRef 
)
virtual

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 302 of file N_DEV_Neuron9.C.

void Xyce::Device::Neuron9::Instance::registerStateLIDs ( const std::vector< int > &  staLIDVecRef)
virtual

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 382 of file N_DEV_Neuron9.C.

bool Xyce::Device::Neuron9::Instance::setIC ( )
virtual

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 874 of file N_DEV_Neuron9.C.

bool Xyce::Device::Neuron9::Instance::updateIntermediateVars ( )
virtual

Implements Xyce::Device::DeviceInstance.

Definition at line 480 of file N_DEV_Neuron9.C.

bool Xyce::Device::Neuron9::Instance::updatePrimaryState ( )
virtual

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 698 of file N_DEV_Neuron9.C.

bool Xyce::Device::Neuron9::Instance::updateSecondaryState ( )
virtual

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 721 of file N_DEV_Neuron9.C.

bool Xyce::Device::Neuron9::Instance::updateTemperature ( const double &  temp_tmp)
virtual

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 160 of file N_DEV_Neuron9.C.

void Xyce::Device::Neuron9::Instance::varTypes ( std::vector< char > &  varTypeVec)
virtual

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 889 of file N_DEV_Neuron9.C.

Friends And Related Function Documentation

friend class Master
friend

Definition at line 98 of file N_DEV_Neuron9.h.

friend class Model
friend

Definition at line 97 of file N_DEV_Neuron9.h.

friend class ParametricData< Instance >
friend

Definition at line 96 of file N_DEV_Neuron9.h.

friend class Traits
friend

Definition at line 98 of file N_DEV_Neuron9.h.

Member Data Documentation

int Xyce::Device::Neuron9::Instance::AHEquHNodeOffset
private

Definition at line 373 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::AHEquNegNodeOffset
private

Definition at line 372 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::AHEquPosNodeOffset
private

Definition at line 371 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::AMEquMNodeOffset
private

Definition at line 369 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::AMEquNegNodeOffset
private

Definition at line 368 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::AMEquPosNodeOffset
private

Definition at line 367 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::ANegEquHNodeOffset
private

Definition at line 361 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::ANegEquMNodeOffset
private

Definition at line 360 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::ANegEquNegNodeOffset
private

Definition at line 358 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::ANegEquNNodeOffset
private

Definition at line 359 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::ANegEquPosNodeOffset
private

Definition at line 357 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::ANEquNegNodeOffset
private

Definition at line 364 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::ANEquNNodeOffset
private

Definition at line 365 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::ANEquPosNodeOffset
private

Definition at line 363 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::APosEquHNodeOffset
private

Definition at line 355 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::APosEquMNodeOffset
private

Definition at line 354 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::APosEquNegNodeOffset
private

Definition at line 352 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::APosEquNNodeOffset
private

Definition at line 353 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::APosEquPosNodeOffset
private

Definition at line 351 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dhF_dh
private

Definition at line 331 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dhF_dV1
private

Definition at line 331 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dhF_dV2
private

Definition at line 331 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dhQ_dh
private

Definition at line 331 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dkcl1F_dh
private

Definition at line 327 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dkcl1F_dm
private

Definition at line 327 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dkcl1F_dn
private

Definition at line 327 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dkcl1F_dV1
private

Definition at line 327 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dkcl1F_dV2
private

Definition at line 327 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dkcl1Q_dV1
private

Definition at line 327 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dkcl1Q_dV2
private

Definition at line 327 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dkcl2F_dh
private

Definition at line 328 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dkcl2F_dm
private

Definition at line 328 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dkcl2F_dn
private

Definition at line 328 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dkcl2F_dV1
private

Definition at line 328 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dkcl2F_dV2
private

Definition at line 328 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dkcl2Q_dV1
private

Definition at line 328 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dkcl2Q_dV2
private

Definition at line 328 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dmF_dm
private

Definition at line 330 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dmF_dV1
private

Definition at line 330 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dmF_dV2
private

Definition at line 330 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dmQ_dm
private

Definition at line 330 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dnF_dn
private

Definition at line 329 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dnF_dV1
private

Definition at line 329 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dnF_dV2
private

Definition at line 329 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::dnQ_dn
private

Definition at line 329 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::hEquFvalue
private

Definition at line 326 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::hEquQvalue
private

Definition at line 326 of file N_DEV_Neuron9.h.

std::vector< std::vector< int > > Xyce::Device::Neuron9::Instance::jacStamp
static

Definition at line 101 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::kcl1Fvalue
private

Definition at line 322 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::kcl1Qvalue
private

Definition at line 322 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::kcl2Fvalue
private

Definition at line 323 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::kcl2Qvalue
private

Definition at line 323 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::li_hPro
private

Definition at line 346 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::li_KCurrentState
private

Definition at line 338 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::li_mPro
private

Definition at line 345 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::li_NaCurrentState
private

Definition at line 339 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::li_Neg
private

Definition at line 343 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::li_nPro
private

Definition at line 344 of file N_DEV_Neuron9.h.

int Xyce::Device::Neuron9::Instance::li_Pos
private

Definition at line 342 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::mEquFvalue
private

Definition at line 325 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::mEquQvalue
private

Definition at line 325 of file N_DEV_Neuron9.h.

Model& Xyce::Device::Neuron9::Instance::model_
private

Definition at line 315 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::nEquFvalue
private

Definition at line 324 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::nEquQvalue
private

Definition at line 324 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::potassiumCurrent
private

Definition at line 334 of file N_DEV_Neuron9.h.

double Xyce::Device::Neuron9::Instance::sodiumCurrent
private

Definition at line 335 of file N_DEV_Neuron9.h.

const double Xyce::Device::Neuron9::Instance::VT = -63.0
staticprivate

Definition at line 318 of file N_DEV_Neuron9.h.


The documentation for this class was generated from the following files: