Xyce
6.1
|
#include <N_ANP_Dakota.h>
Public Member Functions | |
Dakota (AnalysisManager &anaManagerPtr, AnalysisBase &anaType) | |
virtual | ~Dakota () |
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 const TimeIntg::TIAParams & | getTIAParams () const =0 |
virtual TimeIntg::TIAParams & | getTIAParams ()=0 |
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 | |
AnalysisBase & | mainAnalysis_ |
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 64 of file N_ANP_Dakota.h.
Xyce::Analysis::Dakota::Dakota | ( | AnalysisManager & | anaManagerPtr, |
AnalysisBase & | anaType | ||
) |
Definition at line 49 of file N_ANP_Dakota.C.
|
virtual |
Definition at line 54 of file N_ANP_Dakota.C.
|
inlineprotectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 79 of file N_ANP_Dakota.h.
|
inlineprotectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 80 of file N_ANP_Dakota.h.
|
inlineprotectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 75 of file N_ANP_Dakota.h.
|
inlineprotectedvirtual |
Definition at line 76 of file N_ANP_Dakota.h.
|
inlineprotectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 78 of file N_ANP_Dakota.h.
|
inlineprotectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 77 of file N_ANP_Dakota.h.
|
protectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 66 of file N_ANP_Dakota.C.
|
inlinevirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 71 of file N_ANP_Dakota.h.
|
private |
Definition at line 83 of file N_ANP_Dakota.h.