Xyce
6.1
|
#include <N_ANP_Step.h>
Public Member Functions | |
Step (AnalysisManager &analysis_manager, AnalysisBase &child_analysis) | |
virtual | ~Step () |
bool | setAnalysisParams (const Util::OptionBlock ¶msBlock) |
const TimeIntg::TIAParams & | getTIAParams () const |
TimeIntg::TIAParams & | getTIAParams () |
virtual bool | getDCOPFlag () const |
virtual bool | doRun () |
virtual bool | doInit () |
virtual bool | doLoopProcess () |
virtual bool | doProcessSuccessfulStep () |
virtual bool | doProcessFailedStep () |
virtual bool | doFinish () |
virtual bool | doHandlePredictor () |
![]() | |
AnalysisBase (AnalysisManager &analysis_manager, const char *name) | |
virtual | ~AnalysisBase () |
void | setTranStepNumber (int step) |
int | getTranStepNumber () |
int | getStepNumber () |
void | setStepNumber (int step) |
virtual bool | outputFailureStats (std::ostream &os) |
bool | run () |
bool | init () |
bool | loopProcess () |
bool | processSuccessfulStep () |
bool | processFailedStep () |
bool | finish () |
bool | handlePredictor () |
virtual void | printStepHeader (std::ostream &os) |
virtual void | printProgress (std::ostream &os) |
virtual bool | twoLevelStep () |
virtual bool | isAnalysis (int analysis_type) const |
virtual int | getDoubleDCOPStep () const |
virtual bool | printLoopInfo (int start, int finish) |
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 Attributes | |
AnalysisManager & | analysisManager_ |
Loader::Loader & | loader_ |
OutputMgrAdapter & | outputManagerAdapter_ |
AnalysisBase & | childAnalysis_ |
SweepVector | stepSweepVector_ |
int | stepLoopSize_ |
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 65 of file N_ANP_Step.h.
|
inline |
Definition at line 68 of file N_ANP_Step.h.
|
inlinevirtual |
Definition at line 78 of file N_ANP_Step.h.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 232 of file N_ANP_Step.C.
|
inlinevirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 94 of file N_ANP_Step.h.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 122 of file N_ANP_Step.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 149 of file N_ANP_Step.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 218 of file N_ANP_Step.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 205 of file N_ANP_Step.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 109 of file N_ANP_Step.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 95 of file N_ANP_Step.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 75 of file N_ANP_Step.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 81 of file N_ANP_Step.C.
bool Xyce::Analysis::Step::setAnalysisParams | ( | const Util::OptionBlock & | paramsBlock | ) |
Definition at line 66 of file N_ANP_Step.C.
|
private |
Definition at line 97 of file N_ANP_Step.h.
|
private |
Definition at line 100 of file N_ANP_Step.h.
|
private |
Definition at line 98 of file N_ANP_Step.h.
|
private |
Definition at line 99 of file N_ANP_Step.h.
|
private |
Definition at line 102 of file N_ANP_Step.h.
|
private |
Definition at line 101 of file N_ANP_Step.h.