#include <Xyce_config.h>
#include <N_ANP_AnalysisManager.h>
#include <N_ANP_OutputMgrAdapter.h>
#include <N_ANP_MPDE.h>
#include <N_DEV_DeviceMgr.h>
#include <N_IO_CmdParse.h>
#include <N_IO_OutputMgr.h>
#include <N_IO_PkgOptionsMgr.h>
#include <N_LOA_Loader.h>
#include <N_MPDE_Manager.h>
#include <N_TIA_DataStore.h>
#include <N_TIA_StepErrorControl.h>
#include <N_TIA_NoTimeIntegration.h>
Go to the source code of this file.
|
bool | Xyce::Analysis::registerMPDEFactory (const std::string &netlist_filename, IO::PkgOptionsMgr &options_manager, AnalysisManager &analysis_manager, Linear::System &linear_system, Nonlinear::Manager &nonlinear_manager, Device::DeviceMgr &device_manager, Linear::Builder &builder, Topo::Topology &topology) |
|
AnalysisManager& analysisManager_ |
Linear::Builder& builder_ |
Device::DeviceMgr& deviceManager_ |
Linear::System& linearSystem_ |
Util::OptionBlock mpdeAnalysisOptionBlock_ |
Util::OptionBlock mpdeIntOptionBlock_ |
Util::OptionBlock mpdeTimeIntegratorOptionBlock_ |
Nonlinear::Manager& nonlinearManager_ |
Util::OptionBlock timeIntegratorOptionBlock_ |
Topo::Topology& topology_ |