Xyce
6.1
|
#include <N_ANP_DCSweep.h>
Public Member Functions | |
DCSweep (AnalysisManager &analysis_manager, Nonlinear::Manager &nonlinear_manager, Topo::Topology &topology, HB *hb_analysis=0) | |
virtual | ~DCSweep () |
void | setTIAParams (const TimeIntg::TIAParams &tia_params) |
const TimeIntg::TIAParams & | getTIAParams () const |
TimeIntg::TIAParams & | getTIAParams () |
bool | setAnalysisParams (const Util::OptionBlock ¶msBlock) |
bool | setTimeIntegratorOptions (const Util::OptionBlock &option_block) |
bool | outputFailureStats (std::ostream &os) |
bool | getDCOPFlag () const |
bool | doRun () |
bool | doInit () |
bool | doLoopProcess () |
bool | doProcessSuccessfulStep () |
bool | doProcessFailedStep () |
bool | doFinish () |
bool | doHandlePredictor () |
bool | twoLevelStep () |
void | printStepHeader (std::ostream &os) |
bool | printLoopInfo (int start, int finish) |
![]() | |
AnalysisBase (AnalysisManager &analysis_manager, const char *name) | |
virtual | ~AnalysisBase () |
void | setTranStepNumber (int step) |
int | getTranStepNumber () |
int | getStepNumber () |
void | setStepNumber (int step) |
bool | run () |
bool | init () |
bool | loopProcess () |
bool | processSuccessfulStep () |
bool | processFailedStep () |
bool | finish () |
bool | handlePredictor () |
virtual void | printProgress (std::ostream &os) |
virtual bool | isAnalysis (int analysis_type) const |
virtual int | getDoubleDCOPStep () const |
void | setBeginningIntegrationFlag (bool bif) |
bool | getBeginningIntegrationFlag () const |
void | setIntegrationMethod (int im) |
int | getIntegrationMethod () const |
void | setInputOPFlag (bool initial_conditions_loaded) |
bool | getInputOPFlag () const |
bool | resetForStepAnalysis () |
void | resetAll () |
int | saveLoopInfo () |
double | getTotalLinearSolutionTime () const |
double | getTotalResidualLoadTime () const |
double | getTotalJacobianLoadTime () const |
bool | getDoubleDCOPEnabled () const |
bool | firstDoubleDCOPStep () |
const StatCounts & | getStatCounts (int index=-1) const |
bool | setDCOPOption (const Util::Param ¶m) |
int | getLastDCOPStep () const |
int | getFirstDCOPStep () const |
bool | getNOOP () const |
void | setNOOP (bool noop) |
const char * | getName () const |
Private Member Functions | |
void | dcSweepOutput () |
void | initializeSolution_ () |
void | takeStep_ () |
Private Attributes | |
AnalysisManager & | analysisManager_ |
Loader::Loader & | loader_ |
Nonlinear::Manager & | nonlinearManager_ |
Topo::Topology & | topology_ |
OutputMgrAdapter & | outputManagerAdapter_ |
HB * | hbAnalysis_ |
TimeIntg::TIAParams | tiaParams_ |
bool | sensFlag_ |
bool | dcLoopInitialized_ |
int | dcLoopSize_ |
std::vector< int > | dcSweepFailures_ |
SweepVector | dcSweepVector_ |
std::vector< double > | objectiveVec_ |
std::vector< double > | dOdpVec_ |
std::vector< double > | dOdpAdjVec_ |
std::vector< double > | scaled_dOdpVec_ |
std::vector< double > | scaled_dOdpAdjVec_ |
Additional Inherited Members | |
![]() | |
StatCounts | stats_ |
![]() | |
bool | beginningIntegration |
unsigned int | baseIntegrationMethod_ |
Current time-integration method flag. More... | |
unsigned int | stepNumber |
Time-integration step number counter. More... | |
unsigned int | tranStepNumber |
bool | NOOP_ |
bool | doubleDCOPFlag_ |
true if doing a double-DCOP is possible. More... | |
int | doubleDCOPStep_ |
current step in the DCOP loop. More... | |
int | firstDCOPStep_ |
int | lastDCOPStep_ |
std::vector< StatCounts > | saveStatCountsVector_ |
Definition at line 68 of file N_ANP_DCSweep.h.
Xyce::Analysis::DCSweep::DCSweep | ( | AnalysisManager & | analysis_manager, |
Nonlinear::Manager & | nonlinear_manager, | ||
Topo::Topology & | topology, | ||
HB * | hb_analysis = 0 |
||
) |
Definition at line 69 of file N_ANP_DCSweep.C.
|
virtual |
Definition at line 87 of file N_ANP_DCSweep.C.
|
private |
Definition at line 521 of file N_ANP_DCSweep.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 408 of file N_ANP_DCSweep.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 432 of file N_ANP_DCSweep.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 187 of file N_ANP_DCSweep.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 270 of file N_ANP_DCSweep.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 385 of file N_ANP_DCSweep.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 337 of file N_ANP_DCSweep.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 174 of file N_ANP_DCSweep.C.
|
inlinevirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 96 of file N_ANP_DCSweep.h.
|
inlinevirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 83 of file N_ANP_DCSweep.h.
|
inlinevirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 87 of file N_ANP_DCSweep.h.
|
private |
Definition at line 241 of file N_ANP_DCSweep.C.
|
virtual |
Reimplemented from Xyce::Analysis::AnalysisBase.
Definition at line 149 of file N_ANP_DCSweep.C.
|
virtual |
Reimplemented from Xyce::Analysis::AnalysisBase.
Definition at line 621 of file N_ANP_DCSweep.C.
|
virtual |
Reimplemented from Xyce::Analysis::AnalysisBase.
Definition at line 605 of file N_ANP_DCSweep.C.
bool Xyce::Analysis::DCSweep::setAnalysisParams | ( | const Util::OptionBlock & | paramsBlock | ) |
Definition at line 134 of file N_ANP_DCSweep.C.
|
inline |
Definition at line 79 of file N_ANP_DCSweep.h.
bool Xyce::Analysis::DCSweep::setTimeIntegratorOptions | ( | const Util::OptionBlock & | option_block | ) |
Definition at line 99 of file N_ANP_DCSweep.C.
|
private |
Definition at line 453 of file N_ANP_DCSweep.C.
|
virtual |
Reimplemented from Xyce::Analysis::AnalysisBase.
Definition at line 502 of file N_ANP_DCSweep.C.
|
private |
Definition at line 121 of file N_ANP_DCSweep.h.
|
private |
Definition at line 132 of file N_ANP_DCSweep.h.
|
private |
Definition at line 133 of file N_ANP_DCSweep.h.
|
private |
Definition at line 134 of file N_ANP_DCSweep.h.
|
private |
Definition at line 136 of file N_ANP_DCSweep.h.
|
private |
Definition at line 140 of file N_ANP_DCSweep.h.
|
private |
Definition at line 139 of file N_ANP_DCSweep.h.
|
private |
Definition at line 126 of file N_ANP_DCSweep.h.
|
private |
Definition at line 122 of file N_ANP_DCSweep.h.
|
private |
Definition at line 123 of file N_ANP_DCSweep.h.
|
private |
Definition at line 138 of file N_ANP_DCSweep.h.
|
private |
Definition at line 125 of file N_ANP_DCSweep.h.
|
private |
Definition at line 142 of file N_ANP_DCSweep.h.
|
private |
Definition at line 141 of file N_ANP_DCSweep.h.
|
private |
Definition at line 130 of file N_ANP_DCSweep.h.
|
private |
Definition at line 128 of file N_ANP_DCSweep.h.
|
private |
Definition at line 124 of file N_ANP_DCSweep.h.