Xyce
6.1
|
#include <N_DEV_Neuron4.h>
Public Member Functions | |
Model (const Configuration &configuration, const ModelBlock &MB, const FactoryBlock &factory_block) | |
~Model () | |
virtual void | forEachInstance (DeviceInstanceOp &op) const |
Apply a device instance "op" to all instances associated with this model. More... | |
virtual std::ostream & | printOutInstances (std::ostream &os) const |
bool | processParams () |
processParams More... | |
bool | processInstanceParams () |
processInstanceParams More... | |
void | addInstance (Instance *instance) |
![]() | |
DeviceModel (const ModelBlock &model_block, ParametricData< void > ¶metric_data, const FactoryBlock &factory_block) | |
virtual | ~DeviceModel () |
const std::string & | getName () const |
void | setModParams (const std::vector< Param > ¶ms) |
virtual std::ostream & | printName (std::ostream &os) const |
virtual bool | clearTemperatureData () |
void | saveParams () |
bool | interpolateTNOM (double) |
bool | interpolateDOSE (double) |
void | restoreParams () |
virtual bool | getBinPrefixFlag () |
int | getLevel () const |
void | setLevel (int level) |
const std::string & | getType () const |
![]() | |
DeviceEntity (ParametricData< void > ¶metric_data, const SolverState &solver_state, const DeviceOptions &device_options, const std::string &netlist_filename, int netlist_line) | |
virtual | ~DeviceEntity () |
virtual CompositeParam * | constructComposite (const std::string &composite_name, const std::string ¶m_name) |
bool | setDefaultParam (double val, bool overrideOriginal=false) |
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 | analyticSensitivityAvailableDefaultParam () |
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 | getAnalyticSensitivityDefaultParam (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 overrideOriginal=false) |
bool | getParam (const std::string ¶mName, double &result) const |
bool | findParam (const std::string ¶m_name) const |
bool | getParamBreakpoints (std::vector< Util::BreakPoint > &) |
bool | updateDependentParameters (const 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 > ¶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 Types | |
typedef std::vector< Instance * > | InstanceVector |
Private Member Functions | |
Model () | |
Model (const Model &) | |
Model & | operator= (const Model &) |
Private Attributes | |
double | cMem |
double | gMem |
double | vRest |
double | eNa |
double | gNa |
double | eK |
double | gK |
double | eA |
double | gA |
double | eCa |
double | gCa |
double | eKCa |
double | gKCa |
double | CaInit |
double | CaGamma |
double | CaTau |
double | rInt |
double | radius |
double | length |
int | nSeg |
double | rIntPrevious |
double | radiusPrevious |
double | lengthPrevious |
double | rIntNext |
double | radiusNext |
double | lengthNext |
bool | rIntPreviousGiven |
bool | radiusPreviousGiven |
bool | lengthPreviousGiven |
bool | rIntNextGiven |
bool | radiusNextGiven |
bool | lengthNextGiven |
bool | rIntGiven |
bool | radiusGiven |
bool | lengthGiven |
bool | nSegGiven |
bool | cMemGiven |
bool | gMemGiven |
bool | vRestGiven |
bool | eNaGiven |
bool | gNaGiven |
bool | eKGiven |
bool | gKGiven |
bool | eAGiven |
bool | gAGiven |
bool | eCaGiven |
bool | gCaGiven |
bool | eKCaGiven |
bool | gKCaGiven |
bool | CaInitGiven |
bool | CaGammaGiven |
bool | CaTauGiven |
std::vector< Instance * > | instanceContainer |
Friends | |
class | ParametricData< Model > |
class | Instance |
class | Traits |
Additional Inherited Members | |
![]() | |
template<class T > | |
static void | initThermalModel (ParametricData< T > ¶metric_data) |
Add the parameter "TEMPMODEL" to the parametric_data. More... | |
template<class T > | |
static void | initDoseModel (ParametricData< T > ¶metric_data) |
Add the parameter "DOSEMODEL" to the parametric_data. More... | |
![]() | |
std::vector< int > | expVarGIDs |
std::vector< int > | expVarLIDs |
std::vector< std::string > | expVarNames |
std::vector< double > | expVarVals |
std::vector< double > | eVarVals |
Definition at line 660 of file N_DEV_Neuron4.h.
|
private |
Definition at line 662 of file N_DEV_Neuron4.h.
Xyce::Device::Neuron4::Model::Model | ( | const Configuration & | configuration, |
const ModelBlock & | MB, | ||
const FactoryBlock & | factory_block | ||
) |
Definition at line 1964 of file N_DEV_Neuron4.C.
Xyce::Device::Neuron4::Model::~Model | ( | ) |
Definition at line 1996 of file N_DEV_Neuron4.C.
|
private |
|
private |
|
inline |
Definition at line 754 of file N_DEV_Neuron4.h.
|
virtual |
Apply a device instance "op" to all instances associated with this model.
[in] | op | Operator to apply to all instances. |
Implements Xyce::Device::DeviceModel.
Definition at line 2056 of file N_DEV_Neuron4.C.
|
virtual |
Implements Xyce::Device::DeviceModel.
Definition at line 2019 of file N_DEV_Neuron4.C.
|
virtual |
processInstanceParams
Implements Xyce::Device::DeviceModel.
Definition at line 1941 of file N_DEV_Neuron4.C.
|
virtual |
processParams
Implements Xyce::Device::DeviceModel.
Definition at line 1928 of file N_DEV_Neuron4.C.
|
friend |
Definition at line 665 of file N_DEV_Neuron4.h.
|
friend |
Definition at line 664 of file N_DEV_Neuron4.h.
|
friend |
Definition at line 666 of file N_DEV_Neuron4.h.
|
private |
Definition at line 705 of file N_DEV_Neuron4.h.
|
private |
Definition at line 749 of file N_DEV_Neuron4.h.
|
private |
Definition at line 704 of file N_DEV_Neuron4.h.
|
private |
Definition at line 748 of file N_DEV_Neuron4.h.
|
private |
Definition at line 706 of file N_DEV_Neuron4.h.
|
private |
Definition at line 750 of file N_DEV_Neuron4.h.
|
private |
Definition at line 691 of file N_DEV_Neuron4.h.
|
private |
Definition at line 735 of file N_DEV_Neuron4.h.
|
private |
Definition at line 698 of file N_DEV_Neuron4.h.
|
private |
Definition at line 742 of file N_DEV_Neuron4.h.
|
private |
Definition at line 700 of file N_DEV_Neuron4.h.
|
private |
Definition at line 744 of file N_DEV_Neuron4.h.
|
private |
Definition at line 696 of file N_DEV_Neuron4.h.
|
private |
Definition at line 702 of file N_DEV_Neuron4.h.
|
private |
Definition at line 746 of file N_DEV_Neuron4.h.
|
private |
Definition at line 740 of file N_DEV_Neuron4.h.
|
private |
Definition at line 694 of file N_DEV_Neuron4.h.
|
private |
Definition at line 738 of file N_DEV_Neuron4.h.
|
private |
Definition at line 699 of file N_DEV_Neuron4.h.
|
private |
Definition at line 743 of file N_DEV_Neuron4.h.
|
private |
Definition at line 701 of file N_DEV_Neuron4.h.
|
private |
Definition at line 745 of file N_DEV_Neuron4.h.
|
private |
Definition at line 697 of file N_DEV_Neuron4.h.
|
private |
Definition at line 703 of file N_DEV_Neuron4.h.
|
private |
Definition at line 747 of file N_DEV_Neuron4.h.
|
private |
Definition at line 741 of file N_DEV_Neuron4.h.
|
private |
Definition at line 692 of file N_DEV_Neuron4.h.
|
private |
Definition at line 736 of file N_DEV_Neuron4.h.
|
private |
Definition at line 695 of file N_DEV_Neuron4.h.
|
private |
Definition at line 739 of file N_DEV_Neuron4.h.
|
private |
Definition at line 760 of file N_DEV_Neuron4.h.
|
private |
Definition at line 709 of file N_DEV_Neuron4.h.
|
private |
Definition at line 731 of file N_DEV_Neuron4.h.
|
private |
Definition at line 720 of file N_DEV_Neuron4.h.
|
private |
Definition at line 726 of file N_DEV_Neuron4.h.
|
private |
Definition at line 717 of file N_DEV_Neuron4.h.
|
private |
Definition at line 723 of file N_DEV_Neuron4.h.
|
private |
Definition at line 710 of file N_DEV_Neuron4.h.
|
private |
Definition at line 732 of file N_DEV_Neuron4.h.
|
private |
Definition at line 708 of file N_DEV_Neuron4.h.
|
private |
Definition at line 730 of file N_DEV_Neuron4.h.
|
private |
Definition at line 719 of file N_DEV_Neuron4.h.
|
private |
Definition at line 725 of file N_DEV_Neuron4.h.
|
private |
Definition at line 716 of file N_DEV_Neuron4.h.
|
private |
Definition at line 722 of file N_DEV_Neuron4.h.
|
private |
Definition at line 707 of file N_DEV_Neuron4.h.
|
private |
Definition at line 729 of file N_DEV_Neuron4.h.
|
private |
Definition at line 718 of file N_DEV_Neuron4.h.
|
private |
Definition at line 724 of file N_DEV_Neuron4.h.
|
private |
Definition at line 715 of file N_DEV_Neuron4.h.
|
private |
Definition at line 721 of file N_DEV_Neuron4.h.
|
private |
Definition at line 693 of file N_DEV_Neuron4.h.
|
private |
Definition at line 737 of file N_DEV_Neuron4.h.