#include <N_ANP_MPDE.h>
|
| MPDE (AnalysisManager &analysis_manager, Linear::System &linear_system, Nonlinear::Manager &nonlinear_manager, Loader::Loader &loader, Device::DeviceMgr &device_manager, Linear::Builder &builder, Topo::Topology &topology, IO::InitialConditionsManager &initial_conditions_manager, IO::RestartMgr &restart_manager) |
|
virtual | ~MPDE () |
|
void | notify (const StepEvent &event) |
|
const TimeIntg::TIAParams & | getTIAParams () const |
|
TimeIntg::TIAParams & | getTIAParams () |
|
bool | getDCOPFlag () const |
|
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 | 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 () |
|
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, |
|
|
Loader::Loader & |
loader, |
|
|
Device::DeviceMgr & |
device_manager, |
|
|
Linear::Builder & |
builder, |
|
|
Topo::Topology & |
topology, |
|
|
IO::InitialConditionsManager & |
initial_conditions_manager, |
|
|
IO::RestartMgr & |
restart_manager |
|
) |
| |
Xyce::Analysis::MPDE::~MPDE |
( |
| ) |
|
|
virtual |
bool Xyce::Analysis::MPDE::doFinish |
( |
| ) |
|
|
protectedvirtual |
bool Xyce::Analysis::MPDE::doHandlePredictor |
( |
| ) |
|
|
protectedvirtual |
bool Xyce::Analysis::MPDE::doInit |
( |
| ) |
|
|
protectedvirtual |
bool Xyce::Analysis::MPDE::doLoopProcess |
( |
| ) |
|
|
protected |
bool Xyce::Analysis::MPDE::doProcessFailedStep |
( |
| ) |
|
|
protectedvirtual |
bool Xyce::Analysis::MPDE::doProcessSuccessfulStep |
( |
| ) |
|
|
protectedvirtual |
bool Xyce::Analysis::MPDE::doRun |
( |
| ) |
|
|
protectedvirtual |
bool Xyce::Analysis::MPDE::finalVerboseOutput |
( |
| ) |
|
bool Xyce::Analysis::MPDE::getDCOPFlag |
( |
| ) |
const |
|
virtual |
N_MPDE_Manager& Xyce::Analysis::MPDE::getMPDEManager |
( |
| ) |
|
|
inline |
void Xyce::Analysis::MPDE::notify |
( |
const StepEvent & |
event | ) |
|
bool Xyce::Analysis::MPDE::processFailedDCOP |
( |
| ) |
|
|
protected |
bool Xyce::Analysis::MPDE::processSuccessfulDCOP |
( |
| ) |
|
|
protected |
Linear::System& Xyce::Analysis::MPDE::linearSystem_ |
|
private |
N_MPDE_Manager* Xyce::Analysis::MPDE::mpdeManager_ |
|
private |
Topo::Topology& Xyce::Analysis::MPDE::topology_ |
|
private |
The documentation for this class was generated from the following files: