Xyce
6.1
|
#include <N_ANP_Step.h>
Public Member Functions | |
Step (AnalysisManager &analysis_manager, Loader::Loader &loader, AnalysisBase &child_analysis) | |
virtual | ~Step () |
bool | setAnalysisParams (const Util::OptionBlock ¶msBlock) |
const TimeIntg::TIAParams & | getTIAParams () const |
TimeIntg::TIAParams & | getTIAParams () |
virtual bool | getDCOPFlag () const |
![]() | |
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 | 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 |
bool | getDoubleDCOPEnabled () const |
void | setDoubleDCOPEnabled (bool enable) |
virtual int | getDoubleDCOPStep () const |
bool | firstDoubleDCOPStep () const |
void | nextDCOPStep () |
bool | setDCOPOption (const Util::Param ¶m) |
bool | getNOOP () const |
void | setNOOP (bool noop) |
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 |
const StatCounts & | getStatCounts (int index=-1) const |
const char * | getName () const |
![]() | |
ProcessorBase () | |
virtual | ~ProcessorBase () |
Protected Member Functions | |
virtual bool | doRun () |
virtual bool | doInit () |
virtual bool | doLoopProcess () |
virtual bool | doProcessSuccessfulStep () |
virtual bool | doProcessFailedStep () |
virtual bool | doFinish () |
virtual bool | doHandlePredictor () |
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 |
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.
|
protectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 225 of file N_ANP_Step.C.
|
inlineprotectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 95 of file N_ANP_Step.h.
|
protectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 129 of file N_ANP_Step.C.
|
protectedvirtual |
Definition at line 154 of file N_ANP_Step.C.
|
protectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 211 of file N_ANP_Step.C.
|
protectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 198 of file N_ANP_Step.C.
|
protectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 116 of file N_ANP_Step.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 102 of file N_ANP_Step.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 82 of file N_ANP_Step.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 88 of file N_ANP_Step.C.
bool Xyce::Analysis::Step::setAnalysisParams | ( | const Util::OptionBlock & | paramsBlock | ) |
Definition at line 73 of file N_ANP_Step.C.
|
private |
Definition at line 98 of file N_ANP_Step.h.
|
private |
Definition at line 101 of file N_ANP_Step.h.
|
private |
Definition at line 99 of file N_ANP_Step.h.
|
private |
Definition at line 100 of file N_ANP_Step.h.
|
private |
Definition at line 103 of file N_ANP_Step.h.
|
private |
Definition at line 102 of file N_ANP_Step.h.