Xyce
6.1
|
#include <N_ANP_MPDE.h>
Public Member Functions | |
MPDE (AnalysisManager &analysis_manager, Linear::System &linear_system, Nonlinear::Manager &nonlinear_manager, Device::DeviceMgr &device_manager, Linear::Builder &builder, Topo::Topology &topology) | |
virtual | ~MPDE () |
void | notify (const StepEvent &event) |
const TimeIntg::TIAParams & | getTIAParams () const |
TimeIntg::TIAParams & | getTIAParams () |
bool | getDCOPFlag () const |
bool | doRun () |
bool | doInit () |
bool | doLoopProcess () |
bool | processSuccessfulDCOP () |
bool | processFailedDCOP () |
bool | doProcessSuccessfulStep () |
bool | doProcessFailedStep () |
bool | doFinish () |
bool | doHandlePredictor () |
bool | finalVerboseOutput () |
N_MPDE_Manager & | getMPDEManager () |
![]() | |
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_ |
Linear::System & | linearSystem_ |
Nonlinear::Manager & | nonlinearManager_ |
Topo::Topology & | topology_ |
N_MPDE_Manager * | mpdeManager_ |
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 71 of file N_ANP_MPDE.h.
Xyce::Analysis::MPDE::MPDE | ( | AnalysisManager & | analysis_manager, |
Linear::System & | linear_system, | ||
Nonlinear::Manager & | nonlinear_manager, | ||
Device::DeviceMgr & | device_manager, | ||
Linear::Builder & | builder, | ||
Topo::Topology & | topology | ||
) |
Definition at line 64 of file N_ANP_MPDE.C.
|
virtual |
Definition at line 97 of file N_ANP_MPDE.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 231 of file N_ANP_MPDE.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 236 of file N_ANP_MPDE.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 151 of file N_ANP_MPDE.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 166 of file N_ANP_MPDE.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 205 of file N_ANP_MPDE.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 192 of file N_ANP_MPDE.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 135 of file N_ANP_MPDE.C.
bool Xyce::Analysis::MPDE::finalVerboseOutput | ( | ) |
Definition at line 249 of file N_ANP_MPDE.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 122 of file N_ANP_MPDE.C.
|
inline |
Definition at line 105 of file N_ANP_MPDE.h.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 103 of file N_ANP_MPDE.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 109 of file N_ANP_MPDE.C.
void Xyce::Analysis::MPDE::notify | ( | const StepEvent & | event | ) |
Definition at line 81 of file N_ANP_MPDE.C.
bool Xyce::Analysis::MPDE::processFailedDCOP | ( | ) |
Definition at line 218 of file N_ANP_MPDE.C.
bool Xyce::Analysis::MPDE::processSuccessfulDCOP | ( | ) |
Definition at line 179 of file N_ANP_MPDE.C.
|
private |
Definition at line 110 of file N_ANP_MPDE.h.
|
private |
Definition at line 112 of file N_ANP_MPDE.h.
|
private |
Definition at line 111 of file N_ANP_MPDE.h.
|
private |
Definition at line 115 of file N_ANP_MPDE.h.
|
private |
Definition at line 113 of file N_ANP_MPDE.h.
|
private |
Definition at line 114 of file N_ANP_MPDE.h.