Xyce
6.1
|
#include <N_ANP_DCSweep.h>
Public Member Functions | |
DCSweep (AnalysisManager &analysis_manager, Nonlinear::Manager &nonlinear_manager, Loader::Loader &loader, Topo::Topology &topology, IO::InitialConditionsManager &initial_conditions_manager, 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 | 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 | processSuccessfulStep () |
bool | processFailedStep () |
bool | finish () |
bool | handlePredictor () |
virtual void | printProgress (std::ostream &os) |
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) |
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 | |
bool | doRun () |
bool | doInit () |
bool | doLoopProcess () |
bool | doProcessSuccessfulStep () |
bool | doProcessFailedStep () |
bool | doFinish () |
bool | doHandlePredictor () |
Private Member Functions | |
void | dcSweepOutput () |
void | initializeSolution_ () |
void | takeStep_ () |
Private Attributes | |
AnalysisManager & | analysisManager_ |
Loader::Loader & | loader_ |
Nonlinear::Manager & | nonlinearManager_ |
Topo::Topology & | topology_ |
IO::InitialConditionsManager & | initialConditionsManager_ |
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 |
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, | ||
Loader::Loader & | loader, | ||
Topo::Topology & | topology, | ||
IO::InitialConditionsManager & | initial_conditions_manager, | ||
HB * | hb_analysis = 0 |
||
) |
Definition at line 83 of file N_ANP_DCSweep.C.
|
virtual |
Definition at line 112 of file N_ANP_DCSweep.C.
|
private |
Definition at line 565 of file N_ANP_DCSweep.C.
|
protectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 447 of file N_ANP_DCSweep.C.
|
protectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 471 of file N_ANP_DCSweep.C.
|
protectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 211 of file N_ANP_DCSweep.C.
|
protected |
Definition at line 302 of file N_ANP_DCSweep.C.
|
protectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 424 of file N_ANP_DCSweep.C.
|
protectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 375 of file N_ANP_DCSweep.C.
|
protectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 198 of file N_ANP_DCSweep.C.
|
inlinevirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 101 of file N_ANP_DCSweep.h.
|
inlinevirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 86 of file N_ANP_DCSweep.h.
|
inlinevirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 91 of file N_ANP_DCSweep.h.
|
private |
Definition at line 268 of file N_ANP_DCSweep.C.
|
virtual |
Reimplemented from Xyce::Analysis::AnalysisBase.
Definition at line 173 of file N_ANP_DCSweep.C.
|
virtual |
Reimplemented from Xyce::Analysis::AnalysisBase.
Definition at line 667 of file N_ANP_DCSweep.C.
|
virtual |
Reimplemented from Xyce::Analysis::AnalysisBase.
Definition at line 651 of file N_ANP_DCSweep.C.
bool Xyce::Analysis::DCSweep::setAnalysisParams | ( | const Util::OptionBlock & | paramsBlock | ) |
Definition at line 158 of file N_ANP_DCSweep.C.
|
inline |
Definition at line 81 of file N_ANP_DCSweep.h.
bool Xyce::Analysis::DCSweep::setTimeIntegratorOptions | ( | const Util::OptionBlock & | option_block | ) |
Definition at line 123 of file N_ANP_DCSweep.C.
|
private |
Definition at line 497 of file N_ANP_DCSweep.C.
|
virtual |
Reimplemented from Xyce::Analysis::AnalysisBase.
Definition at line 546 of file N_ANP_DCSweep.C.
|
private |
Definition at line 128 of file N_ANP_DCSweep.h.
|
private |
Definition at line 137 of file N_ANP_DCSweep.h.
|
private |
Definition at line 138 of file N_ANP_DCSweep.h.
|
private |
Definition at line 139 of file N_ANP_DCSweep.h.
|
private |
Definition at line 140 of file N_ANP_DCSweep.h.
|
private |
Definition at line 143 of file N_ANP_DCSweep.h.
|
private |
Definition at line 142 of file N_ANP_DCSweep.h.
|
private |
Definition at line 134 of file N_ANP_DCSweep.h.
|
private |
Definition at line 132 of file N_ANP_DCSweep.h.
|
private |
Definition at line 129 of file N_ANP_DCSweep.h.
|
private |
Definition at line 130 of file N_ANP_DCSweep.h.
|
private |
Definition at line 141 of file N_ANP_DCSweep.h.
|
private |
Definition at line 133 of file N_ANP_DCSweep.h.
|
private |
Definition at line 145 of file N_ANP_DCSweep.h.
|
private |
Definition at line 144 of file N_ANP_DCSweep.h.
|
private |
Definition at line 136 of file N_ANP_DCSweep.h.
|
private |
Definition at line 135 of file N_ANP_DCSweep.h.
|
private |
Definition at line 131 of file N_ANP_DCSweep.h.