Xyce
6.1
|
#include <N_DEV_PDE_Electrode.h>
Public Member Functions | |
PDE_Electrode (ParametricData< void > ¶metric_data) | |
virtual | ~PDE_Electrode () |
virtual void | processParams () |
processParams post processes the parameters that have been set in the object of the derived class. More... | |
![]() | |
CompositeParam (ParametricData< void > ¶metric_data) | |
CompositeParam sets the parametric data description. More... | |
virtual | ~CompositeParam () |
bool | given (const std::string ¶meter_name) const |
given returns true if the value was specified in the netlist (not defaulted). More... | |
const ParameterMap & | getParameterMap () const |
getParameterMap returns the parameter map which describes the parameters. More... | |
![]() | |
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) |
Public Attributes | |
std::string | name |
std::string | nodeName |
std::string | bcName |
std::string | material |
bool | materialGiven |
bool | oxideBndryFlag |
double | oxthick |
double | oxcharge |
Private Member Functions | |
PDE_Electrode (const PDE_Electrode &) | |
Definition at line 75 of file N_DEV_PDE_Electrode.h.
|
inline |
Definition at line 78 of file N_DEV_PDE_Electrode.h.
|
inlinevirtual |
Definition at line 90 of file N_DEV_PDE_Electrode.h.
|
private |
|
inlinevirtual |
processParams post processes the parameters that have been set in the object of the derived class.
See Device::populateParams() and Device::setParameters() in the DeviceEntity implementation file.
Implements Xyce::Device::CompositeParam.
Reimplemented in Xyce::Device::PDE_2DElectrode, and Xyce::Device::PDE_1DElectrode.
Definition at line 96 of file N_DEV_PDE_Electrode.h.
std::string Xyce::Device::PDE_Electrode::bcName |
Definition at line 101 of file N_DEV_PDE_Electrode.h.
std::string Xyce::Device::PDE_Electrode::material |
Definition at line 102 of file N_DEV_PDE_Electrode.h.
bool Xyce::Device::PDE_Electrode::materialGiven |
Definition at line 103 of file N_DEV_PDE_Electrode.h.
std::string Xyce::Device::PDE_Electrode::name |
Definition at line 99 of file N_DEV_PDE_Electrode.h.
std::string Xyce::Device::PDE_Electrode::nodeName |
Definition at line 100 of file N_DEV_PDE_Electrode.h.
double Xyce::Device::PDE_Electrode::oxcharge |
Definition at line 106 of file N_DEV_PDE_Electrode.h.
bool Xyce::Device::PDE_Electrode::oxideBndryFlag |
Definition at line 104 of file N_DEV_PDE_Electrode.h.
double Xyce::Device::PDE_Electrode::oxthick |
Definition at line 105 of file N_DEV_PDE_Electrode.h.