Xyce  6.1
N_ANP_DCSweep.C File Reference
#include <Xyce_config.h>
#include <iostream>
#include <N_ANP_AnalysisManager.h>
#include <N_ANP_DCSweep.h>
#include <N_ANP_HB.h>
#include <N_ANP_OutputMgrAdapter.h>
#include <N_ANP_SweepParam.h>
#include <N_IO_PkgOptionsMgr.h>
#include <N_IO_CmdParse.h>
#include <N_LOA_Loader.h>
#include <N_NLS_Manager.h>
#include <N_TIA_DataStore.h>
#include <N_TIA_NoTimeIntegration.h>
#include <N_TIA_StepErrorControl.h>
#include <N_TIA_WorkingIntegrationMethod.h>
#include <N_TOP_Topology.h>
#include <N_UTL_Diagnostic.h>
#include <N_UTL_ExtendedString.h>
#include <N_UTL_FeatureTest.h>
#include <N_UTL_OptionBlock.h>
#include <N_ERH_Message.h>
#include <Teuchos_RCP.hpp>
Include dependency graph for N_ANP_DCSweep.C:

Go to the source code of this file.

Namespaces

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

Functions

bool Xyce::Analysis::registerDCSweepFactory (const std::string &netlist_filename, IO::PkgOptionsMgr &options_manager, AnalysisManager &analysis_manager, Linear::System &linear_system, Nonlinear::Manager &nonlinear_manager, Topo::Topology &topology)
 

Variable Documentation

AnalysisManager& analysisManager_

Definition at line 760 of file N_ANP_DCSweep.C.

std::vector<Util::OptionBlock> dcSweepAnalysisOptionBlock_

Definition at line 766 of file N_ANP_DCSweep.C.

DCSweepFactory& factory_

Definition at line 786 of file N_ANP_DCSweep.C.

Linear::System& linearSystem_

Definition at line 761 of file N_ANP_DCSweep.C.

Nonlinear::Manager& nonlinearManager_

Definition at line 762 of file N_ANP_DCSweep.C.

Util::OptionBlock timeIntegratorOptionBlock_

Definition at line 767 of file N_ANP_DCSweep.C.

Topo::Topology& topology_

Definition at line 763 of file N_ANP_DCSweep.C.