Xyce  6.1
N_ANP_HB.C File Reference
#include <Xyce_config.h>
#include <N_ANP_AnalysisManager.h>
#include <N_ANP_DCSweep.h>
#include <N_ANP_HB.h>
#include <N_ANP_OutputMgrAdapter.h>
#include <N_ANP_Report.h>
#include <N_ANP_Transient.h>
#include <N_DEV_DeviceMgr.h>
#include <N_IO_ActiveOutput.h>
#include <N_IO_CmdParse.h>
#include <N_IO_PkgOptionsMgr.h>
#include <N_LAS_BlockSystemHelpers.h>
#include <N_LAS_BlockVector.h>
#include <N_LAS_HBBuilder.h>
#include <N_LAS_HBPrecondFactory.h>
#include <N_LAS_PrecondFactory.h>
#include <N_LAS_System.h>
#include <N_LOA_HBLoader.h>
#include <N_LOA_NonlinearEquationLoader.h>
#include <N_NLS_Manager.h>
#include <N_PDS_ParMap.h>
#include <N_TIA_DataStore.h>
#include <N_TIA_NoTimeIntegration.h>
#include <N_TIA_StepErrorControl.h>
#include <N_TIA_WorkingIntegrationMethod.h>
#include <N_UTL_APFT.h>
#include <N_UTL_Diagnostic.h>
#include <N_UTL_ExtendedString.h>
#include <N_UTL_FFTInterface.hpp>
#include <N_UTL_FeatureTest.h>
#include <N_UTL_MachDepParams.h>
#include <N_UTL_Math.h>
#include <N_UTL_Timer.h>
#include <Teuchos_BLAS.hpp>
#include <Teuchos_Utils.hpp>
#include <Teuchos_ScalarTraits.hpp>
#include <Teuchos_SerialDenseMatrix.hpp>
#include <Teuchos_SerialDenseVector.hpp>
#include <Teuchos_SerialDenseHelpers.hpp>
#include <Teuchos_SerialDenseSolver.hpp>
#include <N_PDS_Comm.h>
Include dependency graph for N_ANP_HB.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::registerHBFactory (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)
 

Variable Documentation

AnalysisManager& analysisManager_

Definition at line 2065 of file N_ANP_HB.C.

Linear::Builder& builder_

Definition at line 2069 of file N_ANP_HB.C.

Device::DeviceMgr& deviceManager_

Definition at line 2068 of file N_ANP_HB.C.

HBFactory& factory_

Definition at line 2095 of file N_ANP_HB.C.

Util::OptionBlock hbAnalysisOptionBlock_

Definition at line 2073 of file N_ANP_HB.C.

Util::OptionBlock hbIntOptionBlock_

Definition at line 2075 of file N_ANP_HB.C.

Util::OptionBlock hbLinSolOptionBlock_

Definition at line 2076 of file N_ANP_HB.C.

Linear::System& linearSystem_

Definition at line 2066 of file N_ANP_HB.C.

Util::OptionBlock linSolOptionBlock_

Definition at line 2077 of file N_ANP_HB.C.

Nonlinear::Manager& nonlinearManager_

Definition at line 2067 of file N_ANP_HB.C.

Util::OptionBlock timeIntegratorOptionBlock_

Definition at line 2074 of file N_ANP_HB.C.

Topo::Topology& topology_

Definition at line 2070 of file N_ANP_HB.C.