Xyce
6.1
|
#include <N_DEV_PDE_Electrode.h>
Public Member Functions | |
PDE_1DElectrode () | |
virtual | ~PDE_1DElectrode () |
virtual void | processParams () |
processParams post processes the parameters that have been set in the object of the derived class. More... | |
![]() | |
PDE_Electrode (ParametricData< void > ¶metric_data) | |
virtual | ~PDE_Electrode () |
![]() | |
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) |
Static Public Member Functions | |
static ParametricData < PDE_1DElectrode > & | getParametricData () |
Public Attributes | |
double | area |
bool | areaGiven |
double | location |
bool | sideGiven |
std::string | side |
![]() | |
std::string | name |
std::string | nodeName |
std::string | bcName |
std::string | material |
bool | materialGiven |
bool | oxideBndryFlag |
double | oxthick |
double | oxcharge |
Private Member Functions | |
PDE_1DElectrode (const PDE_1DElectrode &) | |
Friends | |
class | ParametricData< PDE_1DElectrode > |
Definition at line 119 of file N_DEV_PDE_Electrode.h.
Xyce::Device::PDE_1DElectrode::PDE_1DElectrode | ( | ) |
Definition at line 192 of file N_DEV_PDE_Electrode.C.
|
inlinevirtual |
Definition at line 128 of file N_DEV_PDE_Electrode.h.
|
private |
|
static |
Definition at line 86 of file N_DEV_PDE_Electrode.C.
|
virtual |
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.
Reimplemented from Xyce::Device::PDE_Electrode.
Definition at line 208 of file N_DEV_PDE_Electrode.C.
|
friend |
Definition at line 121 of file N_DEV_PDE_Electrode.h.
double Xyce::Device::PDE_1DElectrode::area |
Definition at line 135 of file N_DEV_PDE_Electrode.h.
bool Xyce::Device::PDE_1DElectrode::areaGiven |
Definition at line 136 of file N_DEV_PDE_Electrode.h.
double Xyce::Device::PDE_1DElectrode::location |
Definition at line 137 of file N_DEV_PDE_Electrode.h.
std::string Xyce::Device::PDE_1DElectrode::side |
Definition at line 139 of file N_DEV_PDE_Electrode.h.
bool Xyce::Device::PDE_1DElectrode::sideGiven |
Definition at line 138 of file N_DEV_PDE_Electrode.h.