Xyce
6.1
|
#include <N_ANP_AC.h>
Public Member Functions | |
AC (AnalysisManager &analysis_manager, Linear::System &linear_system, Nonlinear::Manager &nonlinear_manager, Loader::Loader &loader, Topo::Topology &topology, IO::InitialConditionsManager &initial_conditions_manager) | |
virtual | ~AC () |
void | notify (const StepEvent &event) |
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 | 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 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 | |
bool | doRun () |
bool | doInit () |
bool | doLoopProcess () |
bool | doProcessSuccessfulStep () |
bool | doProcessFailedStep () |
bool | doFinish () |
bool | doHandlePredictor () |
void | printStepHeader (std::ostream &os) |
void | printProgress (std::ostream &os) |
Private Member Functions | |
int | setupSweepParam_ () |
bool | updateCurrentFreq_ (int stepNumber) |
bool | createLinearSystem_ () |
bool | updateLinearSystemFreq_ () |
bool | solveLinearSystem_ () |
Private Attributes | |
AnalysisManager & | analysisManager_ |
Loader::Loader & | loader_ |
Linear::System & | linearSystem_ |
Nonlinear::Manager & | nonlinearManager_ |
Topo::Topology & | topology_ |
IO::InitialConditionsManager & | initialConditionsManager_ |
OutputMgrAdapter & | outputManagerAdapter_ |
TimeIntg::TIAParams | tiaParams_ |
Linear::Vector * | bVecRealPtr |
Linear::Vector * | bVecImagPtr |
int | acLoopSize_ |
std::vector< int > | acSweepFailures_ |
bool | stepFlag_ |
std::string | type_ |
double | np_ |
double | fStart_ |
double | fStop_ |
double | stepMult_ |
double | fstep_ |
double | currentFreq_ |
Linear::Matrix * | C_ |
Linear::Matrix * | G_ |
Linear::BlockMatrix * | ACMatrix_ |
Linear::BlockVector * | B_ |
Linear::BlockVector * | X_ |
Amesos_BaseSolver * | blockSolver_ |
Epetra_LinearProblem * | blockProblem_ |
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 75 of file N_ANP_AC.h.
Xyce::Analysis::AC::AC | ( | AnalysisManager & | analysis_manager, |
Linear::System & | linear_system, | ||
Nonlinear::Manager & | nonlinear_manager, | ||
Loader::Loader & | loader, | ||
Topo::Topology & | topology, | ||
IO::InitialConditionsManager & | initial_conditions_manager | ||
) |
Definition at line 139 of file N_ANP_AC.C.
|
virtual |
Definition at line 184 of file N_ANP_AC.C.
|
private |
Definition at line 500 of file N_ANP_AC.C.
|
protectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 690 of file N_ANP_AC.C.
|
protectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 717 of file N_ANP_AC.C.
|
protectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 297 of file N_ANP_AC.C.
|
protected |
Definition at line 388 of file N_ANP_AC.C.
|
protectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 670 of file N_ANP_AC.C.
|
protectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 639 of file N_ANP_AC.C.
|
protectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 284 of file N_ANP_AC.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 271 of file N_ANP_AC.C.
|
inlinevirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 95 of file N_ANP_AC.h.
|
inlinevirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 100 of file N_ANP_AC.h.
void Xyce::Analysis::AC::notify | ( | const StepEvent & | event | ) |
Definition at line 203 of file N_ANP_AC.C.
|
inlineprotectedvirtual |
Reimplemented from Xyce::Analysis::AnalysisBase.
Definition at line 122 of file N_ANP_AC.h.
|
inlineprotectedvirtual |
Reimplemented from Xyce::Analysis::AnalysisBase.
Definition at line 119 of file N_ANP_AC.h.
bool Xyce::Analysis::AC::setAnalysisParams | ( | const Util::OptionBlock & | paramsBlock | ) |
Definition at line 226 of file N_ANP_AC.C.
|
inline |
Definition at line 90 of file N_ANP_AC.h.
bool Xyce::Analysis::AC::setTimeIntegratorOptions | ( | const Util::OptionBlock & | option_block | ) |
Definition at line 108 of file N_ANP_AC.C.
|
private |
Definition at line 771 of file N_ANP_AC.C.
|
private |
Definition at line 608 of file N_ANP_AC.C.
|
private |
Definition at line 743 of file N_ANP_AC.C.
|
private |
Definition at line 582 of file N_ANP_AC.C.
|
private |
Definition at line 149 of file N_ANP_AC.h.
|
private |
Definition at line 165 of file N_ANP_AC.h.
|
private |
Definition at line 151 of file N_ANP_AC.h.
|
private |
Definition at line 137 of file N_ANP_AC.h.
|
private |
Definition at line 166 of file N_ANP_AC.h.
|
private |
Definition at line 170 of file N_ANP_AC.h.
|
private |
Definition at line 169 of file N_ANP_AC.h.
|
private |
Definition at line 147 of file N_ANP_AC.h.
|
private |
Definition at line 146 of file N_ANP_AC.h.
|
private |
Definition at line 163 of file N_ANP_AC.h.
|
private |
Definition at line 161 of file N_ANP_AC.h.
|
private |
Definition at line 174 of file N_ANP_AC.h.
|
private |
Definition at line 173 of file N_ANP_AC.h.
|
private |
Definition at line 156 of file N_ANP_AC.h.
|
private |
Definition at line 159 of file N_ANP_AC.h.
|
private |
Definition at line 157 of file N_ANP_AC.h.
|
private |
Definition at line 164 of file N_ANP_AC.h.
|
private |
Definition at line 142 of file N_ANP_AC.h.
|
private |
Definition at line 139 of file N_ANP_AC.h.
|
private |
Definition at line 138 of file N_ANP_AC.h.
|
private |
Definition at line 140 of file N_ANP_AC.h.
|
private |
Definition at line 155 of file N_ANP_AC.h.
|
private |
Definition at line 172 of file N_ANP_AC.h.
|
private |
Definition at line 143 of file N_ANP_AC.h.
|
private |
Definition at line 176 of file N_ANP_AC.h.
|
private |
Definition at line 175 of file N_ANP_AC.h.
|
private |
Definition at line 153 of file N_ANP_AC.h.
|
private |
Definition at line 158 of file N_ANP_AC.h.
|
private |
Definition at line 144 of file N_ANP_AC.h.
|
private |
Definition at line 141 of file N_ANP_AC.h.
|
private |
Definition at line 154 of file N_ANP_AC.h.
|
private |
Definition at line 167 of file N_ANP_AC.h.