Xyce  6.1
Xyce::Device::Neuron4::Instance Class Reference

#include <N_DEV_Neuron4.h>

Inheritance diagram for Xyce::Device::Neuron4::Instance:
Collaboration diagram for Xyce::Device::Neuron4::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)
 
void loadNodeSymbols (Util::SymbolTable &symbol_table) const
 Populates and returns the store name map. More...
 
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 std::ostream & printName (std::ostream &os) const
 
virtual void enableLeadCurrentCalc ()
 
virtual void registerGIDs (const IndexPairVector &intGIDListRef, const IndexPairVector &extGIDListRef)
 
virtual void registerStateGIDs (const IndexPairVector &staGIDListRef)
 
virtual void registerStoreGIDs (const IndexPairVector &stoGIDListRef)
 
virtual void registerStoreLIDs (const LocalIdVector &stoLIDVecRef)
 
virtual void registerBranchDataLIDs (const LocalIdVector &branchDataLIDVecRef)
 
virtual const std::vector< std::string > & getDepSolnVars ()
 
virtual void registerDepSolnGIDs (const std::vector< IdVector > &varList)
 
virtual const std::vector< std::string > & getDepStateVars ()
 
virtual void registerDepStateGIDs (const std::vector< IdVector > &varList)
 
virtual const std::vector< std::string > & getDepStoreVars ()
 
virtual void registerDepStoreGIDs (const std::vector< IdVector > &varList)
 
virtual const std::vector< std::string > & getDepLeadCurrentVars ()
 
virtual void registerDepLeadCurrentGIDs (const std::vector< IdVector > &varList)
 
virtual void registerDepSolnLIDs (const std::vector< IdVector > &depSolnLIDVecRef)
 
virtual void registerDepStateLIDs (const std::vector< IdVector > &depStaLIDVecRef)
 
virtual void registerDepStoreLIDs (const std::vector< IdVector > &depStoLIDVecRef)
 
virtual void registerGIDData (const std::vector< int > &counts, const IdVector &GIDs, const JacobianStamp &jacGIDs)
 
virtual void setupPointers ()
 
virtual const IdVectorgetDepSolnGIDVec ()
 
virtual const IndexPairVector & getIndexPairList ()
 
virtual bool getInstanceBreakPoints (std::vector< Util::BreakPoint > &breakPointTimes)
 
virtual bool updateSource ()
 
virtual bool processInstanceParams ()
 
virtual bool isConverged ()
 
virtual bool testDAEMatrices (const std::vector< const std::string * > &nameVec)
 
virtual bool loadTrivialDAE_FMatrixStamp ()
 
bool trivialStampLoader (Linear::Matrix *matPtr)
 
bool zeroMatrixDiagonal (Linear::Matrix *matPtr)
 
virtual bool plotfileFlag ()
 
virtual void loadErrorWeightMask ()
 
virtual void acceptStep ()
 
virtual bool loadDAEBVector ()
 
virtual int getNumNoiseSources () const
 
virtual void setupNoiseSources (Xyce::Analysis::NoiseData &noiseDataVec)
 
virtual void getNoiseSources (Xyce::Analysis::NoiseData &noiseDataVec)
 
const InstanceNamegetName () const
 
int getNumIntVars () const
 
int getNumExtVars () const
 
int getNumStateVars () const
 
int getNumStoreVars () const
 
int getNumBranchDataVars () const
 
void setNumStoreVars (int num_store_vars)
 
void setNumBranchDataVars (int num_branch_data_vars)
 
virtual const std::vector< int > & getDevConMap ()
 
virtual DeviceStategetInternalState ()
 
virtual bool setInternalState (const DeviceState &state)
 
virtual bool loadDFDV (int iElectrode, Linear::Vector *dfdvPtr)
 
virtual bool calcConductance (int iElectrode, const Linear::Vector *dxdvPtr)
 
virtual bool outputPlotFiles ()
 
virtual bool enablePDEContinuation (int &max_PDE_continuation_steps)
 
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 IdVectorgetDevLIDs () const
 
const std::vector< IdVector > & getDevJacLIDs () const
 
const IdVectorgetStaLIDVec () const
 
bool getMergeRowColChecked () const
 
void setMergeRowColChecked (bool mergeRowColChecked_local)
 
const MatrixLoadDatagetMatrixLoadData () const
 
MatrixLoadDatagetMatrixLoadData ()
 
const ExternDatagetExternData () const
 
- Public Member Functions inherited from Xyce::Device::DeviceEntity
 DeviceEntity (ParametricData< void > &parametric_data, const SolverState &solver_state, const DeviceOptions &device_options, const std::string &netlist_filename, int netlist_line)
 
virtual ~DeviceEntity ()
 
virtual CompositeParamconstructComposite (const std::string &composite_name, const std::string &param_name)
 
bool setDefaultParam (double val, bool overrideOriginal=false)
 
double getDefaultParam () const
 
bool scaleParam (const std::string &paramName, double val, double val0)
 
bool scaleParam (const std::string &paramName, double val)
 
bool scaleDefaultParam (double val)
 
bool analyticSensitivityAvailable (const std::string &paramName)
 
bool getAnalyticSensitivity (const std::string &paramName, 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 &paramName, double val, bool overrideOriginal=false)
 
bool getParam (const std::string &paramName, double &result) const
 
bool getParamBreakpoints (std::vector< Util::BreakPoint > &)
 
bool updateDependentParameters (Linear::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 > &params)
 
bool given (const std::string &parameter_name) const
 
void setDefaultParamName (const std::string &default_param_name)
 
const std::vector< Depend > & getDependentParams ()
 
void addDependentParameter (const Depend &param)
 
const DeviceOptionsgetDeviceOptions () const
 
const SolverStategetSolverState () const
 
const NetlistLocation & netlistLocation () const
 
const ParameterMapgetParameterMap () const
 
- Public Member Functions inherited from Xyce::Device::ParameterBase
 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 &)
 
Instanceoperator= (const Instance &)
 

Static Private Member Functions

template<typename ScalarT >
static ScalarT alphaN (const ScalarT Vin)
 
template<typename ScalarT >
static ScalarT betaN (const ScalarT Vin)
 
template<typename ScalarT >
static ScalarT alphaM (const ScalarT Vin)
 
template<typename ScalarT >
static ScalarT betaM (const ScalarT Vin)
 
template<typename ScalarT >
static ScalarT alphaH (const ScalarT Vin)
 
template<typename ScalarT >
static ScalarT betaH (const ScalarT Vin)
 
template<typename ScalarT >
static ScalarT aInf (const ScalarT Vin)
 
template<typename ScalarT >
static ScalarT aTau (const ScalarT Vin)
 
template<typename ScalarT >
static ScalarT bInf (const ScalarT Vin)
 
template<typename ScalarT >
static ScalarT bTau (const ScalarT Vin)
 
template<typename ScalarT >
static ScalarT M_Inf (const ScalarT Vin)
 
template<typename ScalarT >
static ScalarT M_Tau (const ScalarT Vin)
 
template<typename ScalarT >
static ScalarT H_Inf (const ScalarT Vin)
 
template<typename ScalarT >
static ScalarT H_Tau (const ScalarT Vin)
 
template<typename ScalarT >
static ScalarT C_Inf (const ScalarT Vin, const ScalarT CaConc)
 
template<typename ScalarT >
static ScalarT C_Tau (const ScalarT Vin)
 
template<typename ScalarT >
static ScalarT kcl1EquF (const ScalarT &VSeg, const ScalarT &VSegP, const ScalarT &VSegN, const ScalarT &n, const ScalarT &m, const ScalarT &h, const ScalarT &a, const ScalarT &b, const ScalarT &MC, const ScalarT &HC, const ScalarT &CC, const ScalarT &gPrev, const ScalarT &gNext, const ScalarT &memG, const ScalarT &restV, const ScalarT &Kg, const ScalarT &Ke, const ScalarT &NaG, const ScalarT &NaE, const ScalarT &Ag, const ScalarT &Ae, const ScalarT &CaTg, const ScalarT &CaE, const ScalarT &KCaG)
 
template<typename ScalarT >
static ScalarT kcl1EquQ (const ScalarT &VSeg, const ScalarT &memC)
 
template<typename ScalarT >
static ScalarT nEquF (const ScalarT &Vn1, 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 &m, const ScalarT &Vrest)
 
template<typename ScalarT >
static ScalarT mEquQ (const ScalarT &m)
 
template<typename ScalarT >
static ScalarT hEquF (const ScalarT &Vn1, const ScalarT &h, const ScalarT &Vrest)
 
template<typename ScalarT >
static ScalarT hEquQ (const ScalarT &h)
 
template<typename ScalarT >
static ScalarT aEquF (const ScalarT &Vn1, const ScalarT &a, const ScalarT &Vrest)
 
template<typename ScalarT >
static ScalarT aEquQ (const ScalarT &a)
 
template<typename ScalarT >
static ScalarT bEquF (const ScalarT &Vn1, const ScalarT &b, const ScalarT &Vrest)
 
template<typename ScalarT >
static ScalarT bEquQ (const ScalarT &b)
 
template<typename ScalarT >
static ScalarT M_EquF (const ScalarT &Vn1, const ScalarT &M, const ScalarT &Vrest)
 
template<typename ScalarT >
static ScalarT M_EquQ (const ScalarT &M)
 
template<typename ScalarT >
static ScalarT H_EquF (const ScalarT &Vn1, const ScalarT &H, const ScalarT &Vrest)
 
template<typename ScalarT >
static ScalarT H_EquQ (const ScalarT &H)
 
template<typename ScalarT >
static ScalarT C_EquF (const ScalarT &Vn1, const ScalarT &C, const ScalarT &CaConc, const ScalarT &Vrest)
 
template<typename ScalarT >
static ScalarT C_EquQ (const ScalarT &C)
 
template<typename ScalarT >
static ScalarT Ca_EquF (const ScalarT &Vn1, const ScalarT &MC, const ScalarT &HC, const ScalarT &Ca, const ScalarT &CaTg, const ScalarT &CaE, const ScalarT &CaGamma, const ScalarT &CaTau)
 
template<typename ScalarT >
static ScalarT Ca_EquQ (const ScalarT &Ca)
 

Private Attributes

Modelmodel_
 
double rInt
 
double radius
 
double length
 
double segArea
 
int nSeg
 
bool rIntGiven
 
bool radiusGiven
 
bool lengthGiven
 
bool nSegGiven
 
double rIntPrevious
 
double radiusPrevious
 
double lengthPrevious
 
double rIntNext
 
double radiusNext
 
double lengthNext
 
bool rIntPreviousGiven
 
bool radiusPreviousGiven
 
bool lengthPreviousGiven
 
bool rIntNextGiven
 
bool radiusNextGiven
 
bool lengthNextGiven
 
std::vector< double > gBackward
 
std::vector< double > gForward
 
double kcl1Fvalue
 
double kcl2Fvalue
 
std::vector< double > segFvalue
 
std::vector< double > segQvalue
 
std::vector< double > segNEquFvalue
 
std::vector< double > segNEquQvalue
 
std::vector< double > segMEquFvalue
 
std::vector< double > segMEquQvalue
 
std::vector< double > segHEquFvalue
 
std::vector< double > segHEquQvalue
 
std::vector< double > segAEquFvalue
 
std::vector< double > segAEquQvalue
 
std::vector< double > segBEquFvalue
 
std::vector< double > segBEquQvalue
 
std::vector< double > segM_EquFvalue
 
std::vector< double > segM_EquQvalue
 
std::vector< double > segH_EquFvalue
 
std::vector< double > segH_EquQvalue
 
std::vector< double > segCEquFvalue
 
std::vector< double > segCEquQvalue
 
std::vector< double > segCaEquFvalue
 
std::vector< double > segCaEquQvalue
 
double dkcl1F_dVin
 
double dkcl1F_dVs0
 
double dkcl2F_dVout
 
double dkcl2F_dVsn
 
std::vector< double > segF_dVp
 
std::vector< double > segF_dV
 
std::vector< double > segF_dVn
 
std::vector< double > segF_dn
 
std::vector< double > segF_dm
 
std::vector< double > segF_dh
 
std::vector< double > segF_da
 
std::vector< double > segF_db
 
std::vector< double > segF_dM
 
std::vector< double > segF_dH
 
std::vector< double > segF_dc
 
std::vector< double > segQ_dV
 
std::vector< double > dnF_dV
 
std::vector< double > dnF_dn
 
std::vector< double > dnQ_dn
 
std::vector< double > dmF_dV
 
std::vector< double > dmF_dm
 
std::vector< double > dmQ_dm
 
std::vector< double > dhF_dV
 
std::vector< double > dhF_dh
 
std::vector< double > dhQ_dh
 
std::vector< double > daF_dV
 
std::vector< double > daF_da
 
std::vector< double > daQ_da
 
std::vector< double > dbF_dV
 
std::vector< double > dbF_db
 
std::vector< double > dbQ_db
 
std::vector< double > dMF_dV
 
std::vector< double > dMF_dM
 
std::vector< double > dMQ_dM
 
std::vector< double > dHF_dV
 
std::vector< double > dHF_dH
 
std::vector< double > dHQ_dH
 
std::vector< double > dcF_dV
 
std::vector< double > dcF_dc
 
std::vector< double > dcF_dCa
 
std::vector< double > dcQ_dc
 
std::vector< double > dCaF_dV
 
std::vector< double > dCaF_dM
 
std::vector< double > dCaF_dH
 
std::vector< double > dCaF_dCa
 
std::vector< double > dCaQ_dCa
 
std::vector< double > potassiumCurrent
 
std::vector< double > sodiumCurrent
 
std::vector< int > li_KCurrentState
 
std::vector< int > li_NaCurrentState
 
int li_Pos
 
int li_Neg
 
std::vector< int > li_Vol
 
std::vector< int > li_nPro
 
std::vector< int > li_mPro
 
std::vector< int > li_hPro
 
std::vector< int > li_aPro
 
std::vector< int > li_bPro
 
std::vector< int > li_MPro
 
std::vector< int > li_HPro
 
std::vector< int > li_cPro
 
std::vector< int > li_CaPro
 
int APosEquPosNodeOffset
 
int APosEquNextNodeOffset
 
int ANegEquNegNodeOffset
 
int ANegEquLastNodeOffset
 
std::vector< int > SegVEqnVpreOffset
 
std::vector< int > SegVEqnVsegOffset
 
std::vector< int > SegVEqnVnexOffset
 
std::vector< int > SegVEqnNOffset
 
std::vector< int > SegVEqnMOffset
 
std::vector< int > SegVEqnHOffset
 
std::vector< int > SegVEqnAOffset
 
std::vector< int > SegVEqnBOffset
 
std::vector< int > SegVEqnM_Offset
 
std::vector< int > SegVEqnH_Offset
 
std::vector< int > SegVEqnCOffset
 
std::vector< int > NEquVNodeOffset
 
std::vector< int > NEquNNodeOffset
 
std::vector< int > MEquVNodeOffset
 
std::vector< int > MEquMNodeOffset
 
std::vector< int > HEquVNodeOffset
 
std::vector< int > HEquHNodeOffset
 
std::vector< int > AEquVNodeOffset
 
std::vector< int > AEquANodeOffset
 
std::vector< int > BEquVNodeOffset
 
std::vector< int > BEquBNodeOffset
 
std::vector< int > M_EquVNodeOffset
 
std::vector< int > M_EquM_NodeOffset
 
std::vector< int > H_EquVNodeOffset
 
std::vector< int > H_EquH_NodeOffset
 
std::vector< int > CEquVNodeOffset
 
std::vector< int > CEquCNodeOffset
 
std::vector< int > CEquCaNodeOffset
 
std::vector< int > CaEquVNodeOffset
 
std::vector< int > CaEquM_NodeOffset
 
std::vector< int > CaEquH_NodeOffset
 
std::vector< int > CaEquCaNodeOffset
 
std::vector< std::vector< int > > jacStamp
 

Friends

class ParametricData< Instance >
 
class Model
 
class Traits
 

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 numLeadCurrentVars
 
int numLeadCurrentStoreVars
 
bool loadLeadCurrent
 
int numBranchDataVars
 
int numBranchDataVarsIfAllocated
 
std::vector< int > devConMap
 
bool mergeRowColChecked
 
- Protected Member Functions inherited from Xyce::Device::DeviceInstance
void jacStampMap (const JacobianStamp &stamp_parent, IdVector &map_parent, JacobianStamp &map2_parent, JacobianStamp &stamp, IdVector &map, JacobianStamp &map2, int from, int to, int original_size)
 
void jacStampMap_fixOrder (const JacobianStamp &stamp_parent, JacobianStamp &map2_parent, JacobianStamp &stamp, JacobianStamp &map2)
 
void outputJacStamp (const JacobianStamp &jac)
 
void outputJacMaps (const std::vector< int > &jacMap, const JacobianStamp &jacMap2)
 
- Protected Attributes inherited from Xyce::Device::DeviceInstance
const ExternDataextData
 
IndexPairVector indexPairList
 
IndexPairVector intGIDList
 
IndexPairVector extGIDList
 
IndexPairVector staGIDList
 
IdVector intLIDVec
 
IdVector extLIDVec
 
IdVector staLIDVec
 
IdVector stoLIDVec
 
IdVector devLIDs
 devLIDs is a combined LID vector, containing int, ext, and expVar ID's. More...
 
JacobianStamp devJacLIDs
 
DeviceSupport devSupport
 
- Protected Attributes inherited from Xyce::Device::DeviceEntity
std::vector< int > expVarGIDs
 
std::vector< int > expVarLIDs
 
std::vector< std::string > expVarNames
 
std::vector< double > expVarVals
 
std::vector< double > eVarVals
 

Detailed Description

Definition at line 89 of file N_DEV_Neuron4.h.

Constructor & Destructor Documentation

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

Definition at line 341 of file N_DEV_Neuron4.C.

Xyce::Device::Neuron4::Instance::~Instance ( )

Definition at line 695 of file N_DEV_Neuron4.C.

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

Member Function Documentation

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::aEquF ( const ScalarT &  Vn1,
const ScalarT &  a,
const ScalarT &  Vrest 
)
inlinestaticprivate

Definition at line 408 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::aEquQ ( const ScalarT &  a)
inlinestaticprivate

Definition at line 418 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::aInf ( const ScalarT  Vin)
inlinestaticprivate

Definition at line 210 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::alphaH ( const ScalarT  Vin)
inlinestaticprivate

Definition at line 191 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::alphaM ( const ScalarT  Vin)
inlinestaticprivate

Definition at line 173 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::alphaN ( const ScalarT  Vin)
inlinestaticprivate

Definition at line 154 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::aTau ( const ScalarT  Vin)
inlinestaticprivate

Definition at line 218 of file N_DEV_Neuron4.h.

void Xyce::Device::Neuron4::Instance::auxDAECalculations ( )
template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::bEquF ( const ScalarT &  Vn1,
const ScalarT &  b,
const ScalarT &  Vrest 
)
inlinestaticprivate

Definition at line 426 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::bEquQ ( const ScalarT &  b)
inlinestaticprivate

Definition at line 436 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::betaH ( const ScalarT  Vin)
inlinestaticprivate

Definition at line 200 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::betaM ( const ScalarT  Vin)
inlinestaticprivate

Definition at line 182 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::betaN ( const ScalarT  Vin)
inlinestaticprivate

Definition at line 163 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::bInf ( const ScalarT  Vin)
inlinestaticprivate

Definition at line 226 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::bTau ( const ScalarT  Vin)
inlinestaticprivate

Definition at line 234 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::C_EquF ( const ScalarT &  Vn1,
const ScalarT &  C,
const ScalarT &  CaConc,
const ScalarT &  Vrest 
)
inlinestaticprivate

Definition at line 480 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::C_EquQ ( const ScalarT &  C)
inlinestaticprivate

Definition at line 490 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::C_Inf ( const ScalarT  Vin,
const ScalarT  CaConc 
)
inlinestaticprivate

Definition at line 284 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::C_Tau ( const ScalarT  Vin)
inlinestaticprivate

Definition at line 292 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::Ca_EquF ( const ScalarT &  Vn1,
const ScalarT &  MC,
const ScalarT &  HC,
const ScalarT &  Ca,
const ScalarT &  CaTg,
const ScalarT &  CaE,
const ScalarT &  CaGamma,
const ScalarT &  CaTau 
)
inlinestaticprivate

Definition at line 498 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::Ca_EquQ ( const ScalarT &  Ca)
inlinestaticprivate

Definition at line 506 of file N_DEV_Neuron4.h.

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

Definition at line 515 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::H_EquF ( const ScalarT &  Vn1,
const ScalarT &  H,
const ScalarT &  Vrest 
)
inlinestaticprivate

Definition at line 462 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::H_EquQ ( const ScalarT &  H)
inlinestaticprivate

Definition at line 472 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::H_Inf ( const ScalarT  Vin)
inlinestaticprivate

Definition at line 259 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::H_Tau ( const ScalarT  Vin)
inlinestaticprivate

Definition at line 267 of file N_DEV_Neuron4.h.

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

Definition at line 390 of file N_DEV_Neuron4.h.

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

Definition at line 400 of file N_DEV_Neuron4.h.

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

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 824 of file N_DEV_Neuron4.C.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::kcl1EquF ( const ScalarT &  VSeg,
const ScalarT &  VSegP,
const ScalarT &  VSegN,
const ScalarT &  n,
const ScalarT &  m,
const ScalarT &  h,
const ScalarT &  a,
const ScalarT &  b,
const ScalarT &  MC,
const ScalarT &  HC,
const ScalarT &  CC,
const ScalarT &  gPrev,
const ScalarT &  gNext,
const ScalarT &  memG,
const ScalarT &  restV,
const ScalarT &  Kg,
const ScalarT &  Ke,
const ScalarT &  NaG,
const ScalarT &  NaE,
const ScalarT &  Ag,
const ScalarT &  Ae,
const ScalarT &  CaTg,
const ScalarT &  CaE,
const ScalarT &  KCaG 
)
inlinestaticprivate

Definition at line 303 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::kcl1EquQ ( const ScalarT &  VSeg,
const ScalarT &  memC 
)
inlinestaticprivate

Definition at line 320 of file N_DEV_Neuron4.h.

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

Implements Xyce::Device::DeviceInstance.

Definition at line 1839 of file N_DEV_Neuron4.C.

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

Implements Xyce::Device::DeviceInstance.

Definition at line 1802 of file N_DEV_Neuron4.C.

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

Implements Xyce::Device::DeviceInstance.

Definition at line 1767 of file N_DEV_Neuron4.C.

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

Implements Xyce::Device::DeviceInstance.

Definition at line 1730 of file N_DEV_Neuron4.C.

void Xyce::Device::Neuron4::Instance::loadNodeSymbols ( Util::SymbolTable &  symbol_table) const
virtual

Populates and returns the store name map.

If the DeviceInstance::storeNameMap is empty, populate it.

For the purpose of lead currents, store vector elements must be given names that can be used to locate lead currents at print time. When a netlist attempts to print, say, "I(R1)" the output code looks for an entry in the store vector named R1:DEV_I.

This method does the assignment of names to various vector elements.

Author
David G. Baur
Date
12/18/2014

Implements Xyce::Device::DeviceInstance.

Definition at line 774 of file N_DEV_Neuron4.C.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::M_EquF ( const ScalarT &  Vn1,
const ScalarT &  M,
const ScalarT &  Vrest 
)
inlinestaticprivate

Definition at line 444 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::M_EquQ ( const ScalarT &  M)
inlinestaticprivate

Definition at line 454 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::M_Inf ( const ScalarT  Vin)
inlinestaticprivate

Definition at line 243 of file N_DEV_Neuron4.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Neuron4::Instance::M_Tau ( const ScalarT  Vin)
inlinestaticprivate

Definition at line 251 of file N_DEV_Neuron4.h.

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

Definition at line 372 of file N_DEV_Neuron4.h.

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

Definition at line 382 of file N_DEV_Neuron4.h.

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

Definition at line 354 of file N_DEV_Neuron4.h.

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

Definition at line 364 of file N_DEV_Neuron4.h.

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

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 308 of file N_DEV_Neuron4.C.

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

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 837 of file N_DEV_Neuron4.C.

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

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 707 of file N_DEV_Neuron4.C.

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

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 801 of file N_DEV_Neuron4.C.

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

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 1901 of file N_DEV_Neuron4.C.

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

Implements Xyce::Device::DeviceInstance.

Definition at line 939 of file N_DEV_Neuron4.C.

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

Implements Xyce::Device::DeviceInstance.

Definition at line 1682 of file N_DEV_Neuron4.C.

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

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 1708 of file N_DEV_Neuron4.C.

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

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 327 of file N_DEV_Neuron4.C.

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

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 1916 of file N_DEV_Neuron4.C.

Friends And Related Function Documentation

friend class Model
friend

Definition at line 92 of file N_DEV_Neuron4.h.

friend class ParametricData< Instance >
friend

Definition at line 91 of file N_DEV_Neuron4.h.

friend class Traits
friend

Definition at line 93 of file N_DEV_Neuron4.h.

Member Data Documentation

std::vector<int> Xyce::Device::Neuron4::Instance::AEquANodeOffset
private

Definition at line 635 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::AEquVNodeOffset
private

Definition at line 634 of file N_DEV_Neuron4.h.

int Xyce::Device::Neuron4::Instance::ANegEquLastNodeOffset
private

Definition at line 616 of file N_DEV_Neuron4.h.

int Xyce::Device::Neuron4::Instance::ANegEquNegNodeOffset
private

Definition at line 616 of file N_DEV_Neuron4.h.

int Xyce::Device::Neuron4::Instance::APosEquNextNodeOffset
private

Definition at line 615 of file N_DEV_Neuron4.h.

int Xyce::Device::Neuron4::Instance::APosEquPosNodeOffset
private

Definition at line 615 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::BEquBNodeOffset
private

Definition at line 637 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::BEquVNodeOffset
private

Definition at line 636 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::CaEquCaNodeOffset
private

Definition at line 648 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::CaEquH_NodeOffset
private

Definition at line 647 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::CaEquM_NodeOffset
private

Definition at line 646 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::CaEquVNodeOffset
private

Definition at line 645 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::CEquCaNodeOffset
private

Definition at line 644 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::CEquCNodeOffset
private

Definition at line 643 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::CEquVNodeOffset
private

Definition at line 642 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::daF_da
private

Definition at line 582 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::daF_dV
private

Definition at line 582 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::daQ_da
private

Definition at line 582 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dbF_db
private

Definition at line 583 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dbF_dV
private

Definition at line 583 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dbQ_db
private

Definition at line 583 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dCaF_dCa
private

Definition at line 587 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dCaF_dH
private

Definition at line 587 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dCaF_dM
private

Definition at line 587 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dCaF_dV
private

Definition at line 587 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dCaQ_dCa
private

Definition at line 587 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dcF_dc
private

Definition at line 586 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dcF_dCa
private

Definition at line 586 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dcF_dV
private

Definition at line 586 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dcQ_dc
private

Definition at line 586 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dhF_dh
private

Definition at line 581 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dHF_dH
private

Definition at line 585 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dhF_dV
private

Definition at line 581 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dHF_dV
private

Definition at line 585 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dhQ_dh
private

Definition at line 581 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dHQ_dH
private

Definition at line 585 of file N_DEV_Neuron4.h.

double Xyce::Device::Neuron4::Instance::dkcl1F_dVin
private

Definition at line 574 of file N_DEV_Neuron4.h.

double Xyce::Device::Neuron4::Instance::dkcl1F_dVs0
private

Definition at line 574 of file N_DEV_Neuron4.h.

double Xyce::Device::Neuron4::Instance::dkcl2F_dVout
private

Definition at line 575 of file N_DEV_Neuron4.h.

double Xyce::Device::Neuron4::Instance::dkcl2F_dVsn
private

Definition at line 575 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dmF_dm
private

Definition at line 580 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dMF_dM
private

Definition at line 584 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dmF_dV
private

Definition at line 580 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dMF_dV
private

Definition at line 584 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dmQ_dm
private

Definition at line 580 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dMQ_dM
private

Definition at line 584 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dnF_dn
private

Definition at line 579 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dnF_dV
private

Definition at line 579 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::dnQ_dn
private

Definition at line 579 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::gBackward
private

Definition at line 553 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::gForward
private

Definition at line 554 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::H_EquH_NodeOffset
private

Definition at line 641 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::H_EquVNodeOffset
private

Definition at line 640 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::HEquHNodeOffset
private

Definition at line 633 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::HEquVNodeOffset
private

Definition at line 632 of file N_DEV_Neuron4.h.

std::vector< std::vector<int> > Xyce::Device::Neuron4::Instance::jacStamp
private

Definition at line 650 of file N_DEV_Neuron4.h.

double Xyce::Device::Neuron4::Instance::kcl1Fvalue
private

Definition at line 558 of file N_DEV_Neuron4.h.

double Xyce::Device::Neuron4::Instance::kcl2Fvalue
private

Definition at line 559 of file N_DEV_Neuron4.h.

double Xyce::Device::Neuron4::Instance::length
private

Definition at line 527 of file N_DEV_Neuron4.h.

bool Xyce::Device::Neuron4::Instance::lengthGiven
private

Definition at line 532 of file N_DEV_Neuron4.h.

double Xyce::Device::Neuron4::Instance::lengthNext
private

Definition at line 543 of file N_DEV_Neuron4.h.

bool Xyce::Device::Neuron4::Instance::lengthNextGiven
private

Definition at line 549 of file N_DEV_Neuron4.h.

double Xyce::Device::Neuron4::Instance::lengthPrevious
private

Definition at line 540 of file N_DEV_Neuron4.h.

bool Xyce::Device::Neuron4::Instance::lengthPreviousGiven
private

Definition at line 546 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::li_aPro
private

Definition at line 605 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::li_bPro
private

Definition at line 606 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::li_CaPro
private

Definition at line 610 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::li_cPro
private

Definition at line 609 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::li_hPro
private

Definition at line 604 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::li_HPro
private

Definition at line 608 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::li_KCurrentState
private

Definition at line 594 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::li_mPro
private

Definition at line 603 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::li_MPro
private

Definition at line 607 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::li_NaCurrentState
private

Definition at line 595 of file N_DEV_Neuron4.h.

int Xyce::Device::Neuron4::Instance::li_Neg
private

Definition at line 599 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::li_nPro
private

Definition at line 602 of file N_DEV_Neuron4.h.

int Xyce::Device::Neuron4::Instance::li_Pos
private

Definition at line 598 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::li_Vol
private

Definition at line 601 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::M_EquM_NodeOffset
private

Definition at line 639 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::M_EquVNodeOffset
private

Definition at line 638 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::MEquMNodeOffset
private

Definition at line 631 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::MEquVNodeOffset
private

Definition at line 630 of file N_DEV_Neuron4.h.

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

Definition at line 522 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::NEquNNodeOffset
private

Definition at line 629 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::NEquVNodeOffset
private

Definition at line 628 of file N_DEV_Neuron4.h.

int Xyce::Device::Neuron4::Instance::nSeg
private

Definition at line 529 of file N_DEV_Neuron4.h.

bool Xyce::Device::Neuron4::Instance::nSegGiven
private

Definition at line 533 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::potassiumCurrent
private

Definition at line 590 of file N_DEV_Neuron4.h.

double Xyce::Device::Neuron4::Instance::radius
private

Definition at line 526 of file N_DEV_Neuron4.h.

bool Xyce::Device::Neuron4::Instance::radiusGiven
private

Definition at line 531 of file N_DEV_Neuron4.h.

double Xyce::Device::Neuron4::Instance::radiusNext
private

Definition at line 542 of file N_DEV_Neuron4.h.

bool Xyce::Device::Neuron4::Instance::radiusNextGiven
private

Definition at line 548 of file N_DEV_Neuron4.h.

double Xyce::Device::Neuron4::Instance::radiusPrevious
private

Definition at line 539 of file N_DEV_Neuron4.h.

bool Xyce::Device::Neuron4::Instance::radiusPreviousGiven
private

Definition at line 545 of file N_DEV_Neuron4.h.

double Xyce::Device::Neuron4::Instance::rInt
private

Definition at line 525 of file N_DEV_Neuron4.h.

bool Xyce::Device::Neuron4::Instance::rIntGiven
private

Definition at line 530 of file N_DEV_Neuron4.h.

double Xyce::Device::Neuron4::Instance::rIntNext
private

Definition at line 541 of file N_DEV_Neuron4.h.

bool Xyce::Device::Neuron4::Instance::rIntNextGiven
private

Definition at line 547 of file N_DEV_Neuron4.h.

double Xyce::Device::Neuron4::Instance::rIntPrevious
private

Definition at line 538 of file N_DEV_Neuron4.h.

bool Xyce::Device::Neuron4::Instance::rIntPreviousGiven
private

Definition at line 544 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segAEquFvalue
private

Definition at line 566 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segAEquQvalue
private

Definition at line 566 of file N_DEV_Neuron4.h.

double Xyce::Device::Neuron4::Instance::segArea
private

Definition at line 528 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segBEquFvalue
private

Definition at line 567 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segBEquQvalue
private

Definition at line 567 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segCaEquFvalue
private

Definition at line 571 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segCaEquQvalue
private

Definition at line 571 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segCEquFvalue
private

Definition at line 570 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segCEquQvalue
private

Definition at line 570 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segF_da
private

Definition at line 577 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segF_db
private

Definition at line 577 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segF_dc
private

Definition at line 577 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segF_dH
private

Definition at line 577 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segF_dh
private

Definition at line 577 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segF_dM
private

Definition at line 577 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segF_dm
private

Definition at line 577 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segF_dn
private

Definition at line 577 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segF_dV
private

Definition at line 577 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segF_dVn
private

Definition at line 577 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segF_dVp
private

Definition at line 577 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segFvalue
private

Definition at line 561 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segH_EquFvalue
private

Definition at line 569 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segH_EquQvalue
private

Definition at line 569 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segHEquFvalue
private

Definition at line 565 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segHEquQvalue
private

Definition at line 565 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segM_EquFvalue
private

Definition at line 568 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segM_EquQvalue
private

Definition at line 568 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segMEquFvalue
private

Definition at line 564 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segMEquQvalue
private

Definition at line 564 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segNEquFvalue
private

Definition at line 563 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segNEquQvalue
private

Definition at line 563 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segQ_dV
private

Definition at line 578 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::segQvalue
private

Definition at line 562 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::SegVEqnAOffset
private

Definition at line 623 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::SegVEqnBOffset
private

Definition at line 624 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::SegVEqnCOffset
private

Definition at line 627 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::SegVEqnH_Offset
private

Definition at line 626 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::SegVEqnHOffset
private

Definition at line 622 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::SegVEqnM_Offset
private

Definition at line 625 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::SegVEqnMOffset
private

Definition at line 621 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::SegVEqnNOffset
private

Definition at line 620 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::SegVEqnVnexOffset
private

Definition at line 619 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::SegVEqnVpreOffset
private

Definition at line 617 of file N_DEV_Neuron4.h.

std::vector<int> Xyce::Device::Neuron4::Instance::SegVEqnVsegOffset
private

Definition at line 618 of file N_DEV_Neuron4.h.

std::vector<double> Xyce::Device::Neuron4::Instance::sodiumCurrent
private

Definition at line 591 of file N_DEV_Neuron4.h.


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