Xyce
6.1
|
#include <N_ANP_DCSweep.h>
Public Member Functions | |
DCSweep (AnalysisManager &analysis_manager) | |
virtual | ~DCSweep () |
bool | setAnalysisParams (const N_UTL_OptionBlock ¶msBlock) |
bool | outputFailureStats (std::ostream &os) |
void | setParamsWithOutputMgrAdapter (OutputMgrAdapter &outputManagerAdapter) |
bool | getDCOPFlag () |
bool | run () |
bool | init () |
bool | loopProcess () |
bool | processSuccessfulStep () |
bool | processFailedStep () |
bool | finish () |
bool | handlePredictor () |
bool | twoLevelStep () |
void | dcSweepOutput () |
void | printStepHeader (std::ostream &os) |
bool | printLoopInfo (int start, int finish) |
![]() | |
AnalysisBase (AnalysisManager &analysis_manager) | |
virtual | ~AnalysisBase () |
virtual bool | setAnalysisParams (const Util::OptionBlock ¶msBlock) |
virtual bool | outputFailureStats () |
virtual int | getStepIter () |
virtual int | getStepNumber () |
virtual void | setStepNumber (int step) |
virtual void | setTranStepNumber (int step) |
virtual int | getTranStepNumber () |
virtual void | setSensFlag () |
virtual void | printProgress (std::ostream &os) |
virtual void | preStepDetails (double maxTimeStepFromHabanero) |
virtual bool | mixedSignalStep () |
virtual bool | finalizeStep () |
virtual bool | isAnalysis (int analysis_type) |
virtual void | setBeginningIntegrationFlag (bool bif) |
virtual bool | getBeginningIntegrationFlag () |
virtual void | setIntegrationMethod (int im) |
virtual unsigned int | getIntegrationMethod () |
virtual bool | getInputOPFlag () |
bool | resetForStepAnalysis () |
void | resetAll () |
int | saveLoopInfo () |
void | gatherStepStatistics_ () |
double | getTotalLinearSolutionTime () const |
double | getTotalResidualLoadTime () const |
double | getTotalJacobianLoadTime () const |
bool | getDoubleDCOPEnabled () |
virtual int | getDoubleDCOPStep () |
bool | firstDoubleDCOPStep_ () |
const StatCounts & | getStatCounts (int index=-1) const |
Private Member Functions | |
void | initializeSolution_ () |
void | takeStep_ () |
Private Attributes | |
bool | dcLoopInitialized_ |
int | dcLoopSize_ |
std::list< int > | dcSweepFailures_ |
std::vector< SweepParam > | dcParamVec_ |
std::vector< double > | objectiveVec_ |
std::vector< double > | dOdpVec_ |
std::vector< double > | dOdpAdjVec_ |
std::vector< double > | scaled_dOdpVec_ |
std::vector< double > | scaled_dOdpAdjVec_ |
Definition at line 65 of file N_ANP_DCSweep.h.
Xyce::Analysis::DCSweep::DCSweep | ( | AnalysisManager & | analysis_manager | ) |
Definition at line 64 of file N_ANP_DCSweep.C.
|
virtual |
Definition at line 70 of file N_ANP_DCSweep.C.
void Xyce::Analysis::DCSweep::dcSweepOutput | ( | ) |
Definition at line 540 of file N_ANP_DCSweep.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 449 of file N_ANP_DCSweep.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 197 of file N_ANP_DCSweep.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 474 of file N_ANP_DCSweep.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 231 of file N_ANP_DCSweep.C.
|
private |
Definition at line 287 of file N_ANP_DCSweep.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 316 of file N_ANP_DCSweep.C.
bool Xyce::Analysis::DCSweep::outputFailureStats | ( | std::ostream & | os | ) |
Definition at line 175 of file N_ANP_DCSweep.C.
|
virtual |
Reimplemented from Xyce::Analysis::AnalysisBase.
Definition at line 629 of file N_ANP_DCSweep.C.
|
virtual |
Reimplemented from Xyce::Analysis::AnalysisBase.
Definition at line 613 of file N_ANP_DCSweep.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 429 of file N_ANP_DCSweep.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 378 of file N_ANP_DCSweep.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 214 of file N_ANP_DCSweep.C.
bool Xyce::Analysis::DCSweep::setAnalysisParams | ( | const N_UTL_OptionBlock & | paramsBlock | ) |
Definition at line 81 of file N_ANP_DCSweep.C.
|
inlinevirtual |
Reimplemented from Xyce::Analysis::AnalysisBase.
Definition at line 75 of file N_ANP_DCSweep.h.
|
private |
Definition at line 495 of file N_ANP_DCSweep.C.
|
virtual |
Reimplemented from Xyce::Analysis::AnalysisBase.
Definition at line 521 of file N_ANP_DCSweep.C.
|
private |
Definition at line 106 of file N_ANP_DCSweep.h.
|
private |
Definition at line 107 of file N_ANP_DCSweep.h.
|
private |
Definition at line 110 of file N_ANP_DCSweep.h.
|
private |
Definition at line 109 of file N_ANP_DCSweep.h.
|
private |
Definition at line 114 of file N_ANP_DCSweep.h.
|
private |
Definition at line 113 of file N_ANP_DCSweep.h.
|
private |
Definition at line 112 of file N_ANP_DCSweep.h.
|
private |
Definition at line 116 of file N_ANP_DCSweep.h.
|
private |
Definition at line 115 of file N_ANP_DCSweep.h.