#include <Xyce_config.h>
#include <iomanip>
#include <fstream>
#include <N_ANP_NOISE.h>
#include <N_ANP_NoiseData.h>
#include <N_ANP_AnalysisManager.h>
#include <N_ANP_OutputMgrAdapter.h>
#include <N_ERH_Message.h>
#include <N_ERH_ErrorMgr.h>
#include <N_IO_CircuitBlock.h>
#include <N_IO_CmdParse.h>
#include <N_IO_InitialConditions.h>
#include <N_IO_OptionBlock.h>
#include <N_IO_PkgOptionsMgr.h>
#include <N_IO_SpiceSeparatedFieldTool.h>
#include <N_LAS_BlockMatrix.h>
#include <N_LAS_BlockSystemHelpers.h>
#include <N_LAS_BlockVector.h>
#include <N_LAS_Builder.h>
#include <N_LAS_Matrix.h>
#include <N_LAS_MultiVector.h>
#include <N_LAS_System.h>
#include <N_LOA_Loader.h>
#include <N_NLS_Manager.h>
#include <N_TIA_DataStore.h>
#include <N_TIA_WorkingIntegrationMethod.h>
#include <N_TIA_StepErrorControl.h>
#include <N_TIA_NoTimeIntegration.h>
#include <N_UTL_Diagnostic.h>
#include <N_UTL_FeatureTest.h>
#include <N_UTL_LogStream.h>
#include <N_UTL_Math.h>
#include <N_UTL_Timer.h>
#include <N_PDS_Comm.h>
#include <N_PDS_MPI.h>
#include <N_PDS_Manager.h>
#include <N_PDS_Serial.h>
#include <N_PDS_ParMap.h>
#include <N_TOP_Topology.h>
#include <Epetra_SerialComm.h>
#include <Epetra_Map.h>
#include <Epetra_BlockMap.h>
#include <Epetra_CrsMatrix.h>
#include <Epetra_CrsGraph.h>
#include <Epetra_MultiVector.h>
#include <Epetra_Vector.h>
#include <Epetra_Export.h>
#include <Epetra_LinearProblem.h>
#include <Amesos.h>
#include <N_UTL_ExtendedString.h>
#include <N_UTL_ExpressionData.h>
#include <N_NLS_ReturnCodes.h>
#include <Teuchos_RCP.hpp>
Go to the source code of this file.
#define N_INTFTHRESH 1E-10 |
#define N_INTUSELOG 1E-10 |
#define N_MINLOG 1E-38 /* the smallest number we can take the log of */ |
AnalysisManager& analysisManager_ |
IO::InitialConditionsManager& initialConditionsManager_ |
Linear::System& linearSystem_ |
Util::OptionBlock noiseAnalysisOptionBlock_ |
Nonlinear::Manager& nonlinearManager_ |
Util::OptionBlock timeIntegratorOptionBlock_ |
Topo::Topology& topology_ |