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

#include <N_DEV_RxnSet.h>

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

Public Member Functions

 Instance (const Configuration &configuration, const InstanceBlock &IB, Model &it_MB, const FactoryBlock &factory_block)
 
 Instance (const Instance &right)
 
 ~Instance ()
 
void registerLIDs (const std::vector< int > &intLIDVecRef, const std::vector< int > &extLIDVecRef)
 
void registerStateLIDs (const std::vector< int > &stateLIDVecRef)
 
std::map< int, std::string > & getIntNameMap ()
 
const std::vector< std::string > & getDepSolnVars ()
 
const std::vector< std::vector
< int > > & 
jacobianStamp () const
 
void registerJacLIDs (const std::vector< std::vector< int > > &jacLIDVec)
 
bool processParams ()
 
bool updateTemperature (const double &temp=-999.0)
 
bool getInstanceBreakPoints (std::vector< N_UTL_BreakPoint > &breakPointTimes)
 
bool updateIntermediateVars ()
 
bool updatePrimaryState ()
 
bool updateSecondaryState ()
 
bool loadDeviceMask ()
 
bool plotfileFlag ()
 
bool loadDAEQVector ()
 
bool loadDAEFVector ()
 
bool loadDAEdQdx ()
 
bool loadDAEdFdx ()
 
bool loadQMatrix (N_LAS_Matrix &dQdxMat)
 
bool loadFMatrix (N_LAS_Matrix &dFdxMat)
 
bool outputPlotFiles ()
 
bool outputTecplot ()
 
bool output2DTecplot ()
 
bool outputCarrierDensities ()
 
void setupJacStamp ()
 
void setupMeshUniform ()
 
void allocateRegions ()
 
void scaleMesh ()
 
void setupFluxVec ()
 
void setupScalingVars ()
 
void initializeChemistry ()
 
void setupPointers ()
 
ModelgetModel ()
 
- Public Member Functions inherited from Xyce::Device::DevicePDEInstance
 DevicePDEInstance (const InstanceBlock &IB, ParametricData< void > &parametric_data, const FactoryBlock &factory_block)
 
virtual ~DevicePDEInstance ()
 
double fermi_one_half_B (double arg)
 
double getVoltDepHoleDens (double Vmin, double V, double Na)
 
double getVoltDepElecDens (double Vmax, double V, double Nd)
 
double aux1 (double x)
 
double aux2 (double x)
 
double pd1aux1 (double x)
 
double pd1aux2 (double x)
 
double Jn (double n1, double n2, double E, double u, double h)
 
double dJndV1 (double n1, double n2, double E, double u, double h)
 
double dJndV2 (double n1, double n2, double E, double u, double h)
 
double dJndn1 (double n1, double n2, double E, double u, double h)
 
double dJndn2 (double n1, double n2, double E, double u, double h)
 
double Jp (double p1, double p2, double E, double u, double h)
 
double dJpdV1 (double p1, double p2, double E, double u, double h)
 
double dJpdV2 (double p1, double p2, double E, double u, double h)
 
double dJpdn1 (double p1, double p2, double E, double u, double h)
 
double dJpdn2 (double p1, double p2, double E, double u, double h)
 
double J_qdep (double n1, double n2, double E, double u, double h, int z)
 
pdeFadType aux1 (pdeFadType &x)
 
pdeFadType aux2 (pdeFadType &x)
 
pdeFadType nMidpoint (pdeFadType &n1, pdeFadType &n2, pdeFadType &E, double h, int z)
 
double J_qdep (double n1, double n2, double E, pdeFadType &u, double h, int z)
 
double dJdV1_qdep (double n1, double n2, double E, double u, double h, int z)
 
double dJdV2_qdep (double n1, double n2, double E, double u, double h, int z)
 
double dJdn1_qdep (double n1, double n2, double E, double u, double h, int z)
 
double dJdn2_qdep (double n1, double n2, double E, double u, double h, int z)
 
double dJdV1_qdep (double n1, double n2, double E, const pdeFadType &u, double h, int z)
 
double dJdV2_qdep (double n1, double n2, double E, const pdeFadType &u, double h, int z)
 
double dJdn1_qdep (double n1, double n2, double E, const pdeFadType &u, double h, int z)
 
double dJdn2_qdep (double n1, double n2, double E, const pdeFadType &u, double h, int z)
 
double dJdp1_qdep (double n1, double n2, double E, const pdeFadType &u, double h, int z)
 
double dJdp2_qdep (double n1, double n2, double E, const pdeFadType &u, double h, int z)
 
double dJdbm1_qdep (double n1, double n2, double E, const pdeFadType &u, double h, int z)
 
double dJdbm2_qdep (double n1, double n2, double E, const pdeFadType &u, double h, int z)
 
double dJdpp1_qdep (double n1, double n2, double E, const pdeFadType &u, double h, int z)
 
double dJdpp2_qdep (double n1, double n2, double E, const pdeFadType &u, double h, int z)
 
double erf (double x)
 
double pd1erf (double x)
 
const std::string timeDateStamp ()
 
const std::string tecplotTimeDateStamp ()
 
template<typename ScalarT >
ScalarT np0_calculation (ScalarT const &elec_dens, ScalarT const &hole_dens, ScalarT const &Ni, ScalarT const &cond_band, ScalarT const &vale_band, ScalarT const &eff_dens_cond, ScalarT const &eff_dens_vale, ScalarT const &temp)
 
template<typename ScalarT >
void n0_and_p0 (ScalarT const &elec_dens, ScalarT const &hole_dens, ScalarT const &Ni, ScalarT const &cond_band, ScalarT const &vale_band, ScalarT const &eff_dens_cond, ScalarT const &eff_dens_vale, ScalarT const &temp, ScalarT &n0, ScalarT &p0)
 
- 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 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 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 getDepSolnGIDVec (std::vector< int > &depGIDVec)
 
virtual bool getIndexPairList (std::list< index_pair > &iplRef)
 
virtual bool getInstanceBreakPoints (std::vector< Util::BreakPoint > &breakPointTimes)
 
virtual bool updateSource ()
 
virtual bool processInstanceParams ()
 
virtual bool isConverged ()
 
virtual bool testDAEMatrices (std::vector< std::string > &nameVec)
 
virtual bool loadTrivialDAE_FMatrixStamp ()
 
bool trivialStampLoader (N_LAS_Matrix *matPtr)
 
bool zeroMatrixDiagonal (N_LAS_Matrix *matPtr)
 
virtual bool setIC ()
 
virtual void acceptStep ()
 
virtual bool loadDAEBVector ()
 
const InstanceNamegetName () const
 
int getNumIntVars () const
 
int getNumExtVars () const
 
int getNumStateVars () const
 
int getNumStoreVars () const
 
void setNumStoreVars (int num_store_vars)
 
virtual void getDevConMap (std::vector< int > &)
 
virtual 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 ()
 
virtual bool enablePDEContinuation ()
 
virtual bool disablePDEContinuation ()
 
virtual void setPDEContinuationAlpha (double alpha)
 
virtual void setPDEContinuationBeta (double beta)
 
virtual bool setInitialGuess ()
 
virtual double getMaxTimeStepSize ()
 
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 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_path, int netlist_line)
 
virtual ~DeviceEntity ()
 
virtual CompositeParamconstructComposite (const std::string &composite_name, const std::string &param_name)
 
bool setDefaultParam (double val)
 
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 getParam (const std::string &paramName, double &result) const
 
bool getParamBreakpoints (std::vector< Util::BreakPoint > &)
 
bool updateDependentParameters (N_LAS_Vector &vars)
 
bool updateDependentParameters (double temp_tmp)
 
bool updateGlobalParameters (GlobalParameterMap &)
 
bool updateDependentParameters ()
 
double setDependentParameter (Util::Param &, double *, ParameterType::ExprAccess)
 
double setDependentParameter (Util::Param &, std::vector< double > *, int, ParameterType::ExprAccess)
 
void setDependentParameter (Util::Param &par, Depend &dependentParam, ParameterType::ExprAccess depend)
 
void setDefaultParams ()
 
void setParams (const std::vector< Param > &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 Attributes

Modelmodel_
 
bool haveAnyReactions
 
bool reactionFileCopyFlag
 
bool useScaledVariablesFlag
 
bool useDopingArrayData
 
double outputInterval
 
int outputIndex
 
double lastOutputTime
 
int outputRegion
 
int tecplotLevel
 
int callsOTEC
 
int callsOTECcarrier
 
double TEMP
 
int newtonIterOld
 
int li_Pos
 
int li_Neg
 
std::vector< Region * > regVec
 
std::vector< int > regLastIndexVec
 
std::vector< int > regFirstReactantIndexVec
 
std::vector< int > regNumSpecieVec
 
std::vector< std::vector< int > > APosEqu_SpeciesOffset
 
std::vector< std::vector< int > > ANegEqu_SpeciesOffset
 
std::vector< std::vector
< double * > > 
APosEqu_SpeciesPtr
 
std::vector< std::vector
< double * > > 
ANegEqu_SpeciesPtr
 
std::vector< std::vector
< double * > > 
APosEqu_ConstPtr
 
std::vector< std::vector
< double * > > 
ANegEqu_ConstPtr
 
std::vector< double > xVec
 
std::vector< double > dxVec
 
std::vector< int > xloStencilVec
 
std::vector< int > xhiStencilVec
 
std::vector< TransportHelperthVec
 
double outputXscalar
 
int APosEquPosNodeOffset
 
int APosEquNegNodeOffset
 
int ANegEquNegNodeOffset
 
int ANegEquPosNodeOffset
 
std::vector< std::vector< int > > jacStamp
 
std::vector< int > jacMap
 
std::vector< std::vector< int > > jacMap2
 
bool excludeNoSourceRegionsFlag
 
bool excludeNoSourceRegionsFlagGiven
 
bool transportFlagGiven
 
bool transportFlag
 
bool diffusionFlagGiven
 
bool diffusionFlag
 
bool dirichletBCFlag
 
bool columnReorderingFlag
 
int xloIndex
 
int xhiIndex
 
int callsOutputPlot
 

Friends

class ParametricData< Instance >
 
class Model
 
class Traits
 

Additional Inherited Members

- Public Attributes inherited from Xyce::Device::DevicePDEInstance
double Temp
 
double charge
 
double kb
 
double Vt
 
double Ut
 
double e0
 
double eSi
 
double eSiO2
 
double eps
 
double Ni
 
double h_planck
 
double e_mass
 
double x0_user
 
double C0_user
 
double t0_user
 
ScalingVars scalingVars
 
std::map< std::string, DopeInfo * > dopeInfoMap
 
bool photogenOnFlag
 
double xstart
 
double ystart
 
double xend
 
double yend
 
double intensity
 
double photoA1
 
double photoTstart
 
double photoTstop
 
double photoTd
 
double photoTr
 
double photoTf
 
double photoPw
 
double photoPer
 
int lastPeriodIndex
 
int photoType
 
std::string photoString
 
SourceDataData_ptr
 
SourceDataDataSaved_ptr
 
double photoA1_old
 
double photoA1_final
 
double photoA1_orig
 
double photoA1_ramp
 
double photoA1_ramp_old
 
double photoA1_Delta
 
double photoA1_DeltaC
 
double maxPhotoDelta
 
bool photoContinuationFinished
 
double maxVoltDelta
 
bool enableContinuationCalled
 
double continuationAlpha
 
bool sensOn
 
bool sensProcess
 
bool meshSensMod
 
bool dopingSensMod
 
bool photogenSensMod
 
std::string mobModelName
 
bool fieldDependentMobility
 
bool fieldDependentMobilityGiven
 
std::string bulkMaterial
 
bool variablesScaled
 
BernouliSupport bernSupport
 
std::string outputName
 
inverse_fermi_one_half_N fdinvObj
 
- 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 98 of file N_DEV_RxnSet.h.

Constructor & Destructor Documentation

Xyce::Device::RxnSet::Instance::Instance ( const Configuration configuration,
const InstanceBlock IB,
Model it_MB,
const FactoryBlock factory_block 
)

Definition at line 168 of file N_DEV_RxnSet.C.

Xyce::Device::RxnSet::Instance::Instance ( const Instance right)
Xyce::Device::RxnSet::Instance::~Instance ( )

Definition at line 1294 of file N_DEV_RxnSet.C.

Member Function Documentation

void Xyce::Device::RxnSet::Instance::allocateRegions ( )

Definition at line 332 of file N_DEV_RxnSet.C.

const std::vector< std::string > & Xyce::Device::RxnSet::Instance::getDepSolnVars ( )
virtual

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 1478 of file N_DEV_RxnSet.C.

bool Xyce::Device::RxnSet::Instance::getInstanceBreakPoints ( std::vector< N_UTL_BreakPoint > &  breakPointTimes)

Definition at line 2241 of file N_DEV_RxnSet.C.

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

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 1429 of file N_DEV_RxnSet.C.

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

Definition at line 175 of file N_DEV_RxnSet.h.

void Xyce::Device::RxnSet::Instance::initializeChemistry ( )

Definition at line 523 of file N_DEV_RxnSet.C.

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

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 1491 of file N_DEV_RxnSet.C.

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

Implements Xyce::Device::DeviceInstance.

Definition at line 1905 of file N_DEV_RxnSet.C.

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

Implements Xyce::Device::DeviceInstance.

Definition at line 1839 of file N_DEV_RxnSet.C.

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

Implements Xyce::Device::DeviceInstance.

Definition at line 1770 of file N_DEV_RxnSet.C.

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

Implements Xyce::Device::DeviceInstance.

Definition at line 1742 of file N_DEV_RxnSet.C.

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

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 1707 of file N_DEV_RxnSet.C.

bool Xyce::Device::RxnSet::Instance::loadFMatrix ( N_LAS_Matrix &  dFdxMat)

Definition at line 1948 of file N_DEV_RxnSet.C.

bool Xyce::Device::RxnSet::Instance::loadQMatrix ( N_LAS_Matrix &  dQdxMat)

Definition at line 1879 of file N_DEV_RxnSet.C.

bool Xyce::Device::RxnSet::Instance::output2DTecplot ( )

Definition at line 1132 of file N_DEV_RxnSet.C.

bool Xyce::Device::RxnSet::Instance::outputCarrierDensities ( )

Definition at line 1248 of file N_DEV_RxnSet.C.

bool Xyce::Device::RxnSet::Instance::outputPlotFiles ( )
virtual

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 918 of file N_DEV_RxnSet.C.

bool Xyce::Device::RxnSet::Instance::outputTecplot ( )

Definition at line 1000 of file N_DEV_RxnSet.C.

bool Xyce::Device::RxnSet::Instance::plotfileFlag ( )
inlinevirtual

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 139 of file N_DEV_RxnSet.h.

bool Xyce::Device::RxnSet::Instance::processParams ( )
virtual

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 153 of file N_DEV_RxnSet.C.

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

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 1504 of file N_DEV_RxnSet.C.

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

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 1335 of file N_DEV_RxnSet.C.

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

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 1454 of file N_DEV_RxnSet.C.

void Xyce::Device::RxnSet::Instance::scaleMesh ( )

Definition at line 843 of file N_DEV_RxnSet.C.

void Xyce::Device::RxnSet::Instance::setupFluxVec ( )

Definition at line 893 of file N_DEV_RxnSet.C.

void Xyce::Device::RxnSet::Instance::setupJacStamp ( )

Definition at line 634 of file N_DEV_RxnSet.C.

void Xyce::Device::RxnSet::Instance::setupMeshUniform ( )

Definition at line 279 of file N_DEV_RxnSet.C.

void Xyce::Device::RxnSet::Instance::setupPointers ( )
virtual

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 1589 of file N_DEV_RxnSet.C.

void Xyce::Device::RxnSet::Instance::setupScalingVars ( )

Definition at line 464 of file N_DEV_RxnSet.C.

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

Implements Xyce::Device::DeviceInstance.

Definition at line 2141 of file N_DEV_RxnSet.C.

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

Implements Xyce::Device::DeviceInstance.

Definition at line 2040 of file N_DEV_RxnSet.C.

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

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 2109 of file N_DEV_RxnSet.C.

bool Xyce::Device::RxnSet::Instance::updateTemperature ( const double &  temp = -999.0)
virtual

Reimplemented from Xyce::Device::DeviceInstance.

Definition at line 1618 of file N_DEV_RxnSet.C.

Friends And Related Function Documentation

friend class Model
friend

Definition at line 101 of file N_DEV_RxnSet.h.

friend class ParametricData< Instance >
friend

Definition at line 100 of file N_DEV_RxnSet.h.

friend class Traits
friend

Definition at line 102 of file N_DEV_RxnSet.h.

Member Data Documentation

std::vector< std::vector<double *> > Xyce::Device::RxnSet::Instance::ANegEqu_ConstPtr
private

Definition at line 223 of file N_DEV_RxnSet.h.

std::vector< std::vector<int> > Xyce::Device::RxnSet::Instance::ANegEqu_SpeciesOffset
private

Definition at line 217 of file N_DEV_RxnSet.h.

std::vector< std::vector<double *> > Xyce::Device::RxnSet::Instance::ANegEqu_SpeciesPtr
private

Definition at line 220 of file N_DEV_RxnSet.h.

int Xyce::Device::RxnSet::Instance::ANegEquNegNodeOffset
private

Definition at line 240 of file N_DEV_RxnSet.h.

int Xyce::Device::RxnSet::Instance::ANegEquPosNodeOffset
private

Definition at line 241 of file N_DEV_RxnSet.h.

std::vector< std::vector<double *> > Xyce::Device::RxnSet::Instance::APosEqu_ConstPtr
private

Definition at line 222 of file N_DEV_RxnSet.h.

std::vector< std::vector<int> > Xyce::Device::RxnSet::Instance::APosEqu_SpeciesOffset
private

Definition at line 216 of file N_DEV_RxnSet.h.

std::vector< std::vector<double *> > Xyce::Device::RxnSet::Instance::APosEqu_SpeciesPtr
private

Definition at line 219 of file N_DEV_RxnSet.h.

int Xyce::Device::RxnSet::Instance::APosEquNegNodeOffset
private

Definition at line 238 of file N_DEV_RxnSet.h.

int Xyce::Device::RxnSet::Instance::APosEquPosNodeOffset
private

Definition at line 237 of file N_DEV_RxnSet.h.

int Xyce::Device::RxnSet::Instance::callsOTEC
private

Definition at line 196 of file N_DEV_RxnSet.h.

int Xyce::Device::RxnSet::Instance::callsOTECcarrier
private

Definition at line 197 of file N_DEV_RxnSet.h.

int Xyce::Device::RxnSet::Instance::callsOutputPlot
private

Definition at line 259 of file N_DEV_RxnSet.h.

bool Xyce::Device::RxnSet::Instance::columnReorderingFlag
private

Definition at line 254 of file N_DEV_RxnSet.h.

bool Xyce::Device::RxnSet::Instance::diffusionFlag
private

Definition at line 252 of file N_DEV_RxnSet.h.

bool Xyce::Device::RxnSet::Instance::diffusionFlagGiven
private

Definition at line 251 of file N_DEV_RxnSet.h.

bool Xyce::Device::RxnSet::Instance::dirichletBCFlag
private

Definition at line 253 of file N_DEV_RxnSet.h.

std::vector<double> Xyce::Device::RxnSet::Instance::dxVec
private

Definition at line 227 of file N_DEV_RxnSet.h.

bool Xyce::Device::RxnSet::Instance::excludeNoSourceRegionsFlag
private

Definition at line 247 of file N_DEV_RxnSet.h.

bool Xyce::Device::RxnSet::Instance::excludeNoSourceRegionsFlagGiven
private

Definition at line 248 of file N_DEV_RxnSet.h.

bool Xyce::Device::RxnSet::Instance::haveAnyReactions
private

Definition at line 185 of file N_DEV_RxnSet.h.

std::vector<int> Xyce::Device::RxnSet::Instance::jacMap
private

Definition at line 244 of file N_DEV_RxnSet.h.

std::vector< std::vector<int> > Xyce::Device::RxnSet::Instance::jacMap2
private

Definition at line 245 of file N_DEV_RxnSet.h.

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

Definition at line 243 of file N_DEV_RxnSet.h.

double Xyce::Device::RxnSet::Instance::lastOutputTime
private

Definition at line 192 of file N_DEV_RxnSet.h.

int Xyce::Device::RxnSet::Instance::li_Neg
private

Definition at line 206 of file N_DEV_RxnSet.h.

int Xyce::Device::RxnSet::Instance::li_Pos
private

Definition at line 205 of file N_DEV_RxnSet.h.

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

Definition at line 181 of file N_DEV_RxnSet.h.

int Xyce::Device::RxnSet::Instance::newtonIterOld
private

Definition at line 202 of file N_DEV_RxnSet.h.

int Xyce::Device::RxnSet::Instance::outputIndex
private

Definition at line 191 of file N_DEV_RxnSet.h.

double Xyce::Device::RxnSet::Instance::outputInterval
private

Definition at line 190 of file N_DEV_RxnSet.h.

int Xyce::Device::RxnSet::Instance::outputRegion
private

Definition at line 194 of file N_DEV_RxnSet.h.

double Xyce::Device::RxnSet::Instance::outputXscalar
private

Definition at line 234 of file N_DEV_RxnSet.h.

bool Xyce::Device::RxnSet::Instance::reactionFileCopyFlag
private

Definition at line 186 of file N_DEV_RxnSet.h.

std::vector<int> Xyce::Device::RxnSet::Instance::regFirstReactantIndexVec
private

Definition at line 212 of file N_DEV_RxnSet.h.

std::vector<int> Xyce::Device::RxnSet::Instance::regLastIndexVec
private

Definition at line 211 of file N_DEV_RxnSet.h.

std::vector<int> Xyce::Device::RxnSet::Instance::regNumSpecieVec
private

Definition at line 213 of file N_DEV_RxnSet.h.

std::vector<Region*> Xyce::Device::RxnSet::Instance::regVec
private

Definition at line 209 of file N_DEV_RxnSet.h.

int Xyce::Device::RxnSet::Instance::tecplotLevel
private

Definition at line 195 of file N_DEV_RxnSet.h.

double Xyce::Device::RxnSet::Instance::TEMP
private

Definition at line 200 of file N_DEV_RxnSet.h.

std::vector<TransportHelper> Xyce::Device::RxnSet::Instance::thVec
private

Definition at line 232 of file N_DEV_RxnSet.h.

bool Xyce::Device::RxnSet::Instance::transportFlag
private

Definition at line 250 of file N_DEV_RxnSet.h.

bool Xyce::Device::RxnSet::Instance::transportFlagGiven
private

Definition at line 249 of file N_DEV_RxnSet.h.

bool Xyce::Device::RxnSet::Instance::useDopingArrayData
private

Definition at line 188 of file N_DEV_RxnSet.h.

bool Xyce::Device::RxnSet::Instance::useScaledVariablesFlag
private

Definition at line 187 of file N_DEV_RxnSet.h.

int Xyce::Device::RxnSet::Instance::xhiIndex
private

Definition at line 257 of file N_DEV_RxnSet.h.

std::vector<int> Xyce::Device::RxnSet::Instance::xhiStencilVec
private

Definition at line 230 of file N_DEV_RxnSet.h.

int Xyce::Device::RxnSet::Instance::xloIndex
private

Definition at line 256 of file N_DEV_RxnSet.h.

std::vector<int> Xyce::Device::RxnSet::Instance::xloStencilVec
private

Definition at line 229 of file N_DEV_RxnSet.h.

std::vector<double> Xyce::Device::RxnSet::Instance::xVec
private

Definition at line 226 of file N_DEV_RxnSet.h.


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