45 #ifndef Xyce_N_ANP_NOISE_h
46 #define Xyce_N_ANP_NOISE_h
49 #include <N_UTL_fwd.h>
50 #include <N_LAS_fwd.h>
51 #include <N_TOP_fwd.h>
57 #include <N_UTL_FixedQueue.h>
58 #include <N_UTL_Listener.h>
59 #include <N_UTL_OptionBlock.h>
62 class Amesos_BaseSolver;
63 class Epetra_LinearProblem;
80 Linear::System & linear_system,
83 Topo::Topology & topology,
84 IO::InitialConditionsManager & initial_conditions_manager);
138 double noiseIntegral(
double noizDens,
double lnNdens,
double lnNlstDens,
139 double delLnFreq,
double delFreq,
double lnFreq,
double lnLastFreq);
203 Linear::BlockVector *
B_;
204 Linear::BlockVector *
X_;
227 #endif // Xyce_N_ANP_NOISE_h
bool doProcessSuccessfulStep()
const TimeIntg::TIAParams & getTIAParams() const
std::vector< double > dOdpVec_
bool pts_per_summary_Given
Nonlinear::Manager & nonlinearManager_
std::vector< double > scaled_dOdpAdjVec_
double totalInputNoiseDens_
TimeIntg::TIAParams tiaParams_
Pure virtual class to augment a linear system.
double totalOutputNoiseDens_
unsigned int stepNumber
Time-integration step number counter.
Linear::Vector * bNoiseVecImagPtr
Epetra_LinearProblem * blockProblem_
Linear::BlockVector * saved_AC_X_
std::vector< double > objectiveVec_
std::string specifiedSource_
std::vector< int > noiseSweepFailures_
NOISE(AnalysisManager &analysis_manager, Linear::System &linear_system, Nonlinear::Manager &nonlinear_manager, Loader::Loader &loader, Topo::Topology &topology, IO::InitialConditionsManager &initial_conditions_manager)
Linear::Vector * bVecImagPtr
Linear::BlockMatrix * ACMatrix_
AnalysisManager & analysisManager_
TimeIntg::TIAParams & getTIAParams()
IO::InitialConditionsManager & initialConditionsManager_
void processOutputNodes()
bool hackOutputCalledBefore_
The FactoryBlock contains parameters needed by the analysis creation functions.
bool solveACLinearSystem_()
bool updateCurrentFreq_(int stepNumber)
Linear::Vector * bNoiseVecRealPtr
bool solveAdjointNOISE_()
std::vector< Xyce::Analysis::NoiseData * > noiseDataVec_
bool registerNOISEFactory(FactoryBlock &factory_block)
bool resetACLinearSystem_()
std::vector< double > scaled_dOdpVec_
void notify(const StepEvent &event)
bool setTimeIntegratorOptions(const Util::OptionBlock &option_block)
bool createACLinearSystem_()
Amesos_BaseSolver * blockSolver_
Linear::Vector * bVecRealPtr
Topo::Topology & topology_
std::vector< std::string > outputVarNames_
void printProgress(std::ostream &os)
std::vector< int > outputVarGIDs_
bool setAnalysisParams(const Util::OptionBlock ¶msBlock)
OutputMgrAdapter & outputManagerAdapter_
bool doProcessFailedStep()
void printStepHeader(std::ostream &os)
void resetAdjointNOISELinearSystem_()
double noiseIntegral(double noizDens, double lnNdens, double lnNlstDens, double delLnFreq, double delFreq, double lnFreq, double lnLastFreq)
std::vector< double > dOdpAdjVec_
Linear::System & linearSystem_