47 #ifndef Xyce_N_DEV_DevicePDEModel_h
48 #define Xyce_N_DEV_DevicePDEModel_h
73 :
DeviceModel(model_block, parametric_data, factory_block),
88 std::map<std::string, CompositeParam *>
nodeMap;
Pure virtual class to augment a linear system.
DevicePDEModel(const ModelBlock &model_block, ParametricData< void > ¶metric_data, const FactoryBlock &factory_block)
std::map< std::string, CompositeParam * > regionMap
virtual ~DevicePDEModel()
The FactoryBlock contains parameters needed by the device, instance and model creation functions...
Class ParametricData manages the configuration information and the parameter binding map...
std::map< std::string, DopeInfo * > dopeInfoMap
DevicePDEModel & operator=(const DevicePDEModel &)
std::map< std::string, CompositeParam * > nodeMap
ModelBlock represents a .MODEL line from the netlist.