Xyce  6.1
N_DEV_DeviceMgr.h File Reference
#include <map>
#include <set>
#include <string>
#include <vector>
#include <N_ANP_fwd.h>
#include <N_DEV_fwd.h>
#include <N_IO_fwd.h>
#include <N_LAS_fwd.h>
#include <N_NLS_fwd.h>
#include <N_PDS_fwd.h>
#include <N_TIA_fwd.h>
#include <N_TOP_fwd.h>
#include <N_UTL_fwd.h>
#include <N_ANP_StepEvent.h>
#include <N_DEV_ArtificialParameters.h>
#include <N_DEV_DeviceOptions.h>
#include <N_DEV_ExternData.h>
#include <N_DEV_MatrixLoadData.h>
#include <N_DEV_SolverState.h>
#include <N_UTL_Listener.h>
#include <N_UTL_Op.h>
Include dependency graph for N_DEV_DeviceMgr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Xyce::Device::DeviceMgr
 

Namespaces

 Xyce
 Pure virtual class to augment a linear system.
 
 Xyce::Device
 Circuit Device Definitions.
 

Functions

bool Xyce::Device::getParamAndReduce (Parallel::Machine comm, const DeviceMgr &device_manager, const std::string &name, double &val)
 
bool Xyce::Device::registerPkgOptionsMgr (DeviceMgr &device_manager, IO::PkgOptionsMgr &options_manager)
 
void Xyce::Device::registerOpBuilders (Util::Op::BuilderManager &builder_manager, Parallel::Machine comm, DeviceMgr &device_manager)
 
double Xyce::Device::getParamAndReduce (Parallel::Machine comm, const DeviceMgr &device_manager, const std::string &name)
 
void Xyce::Device::addGlobalParameter (SolverState &solver_state, Globals &global, const Util::Param &param)
 
const double * Xyce::Device::findGlobalParameter (const GlobalParameterMap &global_map, const std::string &name)