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_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_ANP_StepEvent.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::registerPkgOptionsMgr (DeviceMgr &device_manager, const std::string &netlist_filename, IO::PkgOptionsMgr &options_manager)
 
void Xyce::Device::registerOpBuilders (Util::Op::BuilderManager &builder_manager, Parallel::Machine comm, DeviceMgr &device_manager)
 
bool Xyce::Device::setupSolverInfo (Parallel::Machine comm, SolverState &solver_state, const SolverState &external_solver_state, bool external_state_flag, const Analysis::AnalysisManager &analysis_manager, const DeviceMgr &device_manager, const DeviceOptions &device_options, const Nonlinear::NonLinInfo &twoLevelNonlinearInfo)