Xyce
6.1
|
#include <N_ANP_HB.h>
Public Member Functions | |
HB (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 | ~HB () |
void | notify (const StepEvent &event) |
const TimeIntg::TIAParams & | getTIAParams () const |
TimeIntg::TIAParams & | getTIAParams () |
bool | setAnalysisParams (const Util::OptionBlock &option_block) |
bool | setHBIntParams (const Util::OptionBlock &option_block) |
bool | setHBLinSol (const Util::OptionBlock &option_block, Linear::Builder &builder) |
bool | setLinSol (const Util::OptionBlock &option_block) |
int | getDoubleDCOPStep () const |
bool | getDCOPFlag () const |
bool | isAnalysis (int analysis_type) const |
void | prepareHBOutput (Linear::Vector &solnVecPtr, std::vector< double > &timePoints, std::vector< double > &freqPoints, Teuchos::RCP< Linear::BlockVector > &timeDomainSolnVec, Teuchos::RCP< Linear::BlockVector > &freqDomainSolnVecReal, Teuchos::RCP< Linear::BlockVector > &freqDomainSolnVecImaginary, Teuchos::RCP< Linear::BlockVector > &timeDomainStoreVec, Teuchos::RCP< Linear::BlockVector > &freqDomainStoreVecReal, Teuchos::RCP< Linear::BlockVector > &freqDomainStoreVecImaginary, Teuchos::RCP< Linear::BlockVector > &timeDomainLeadCurrentVec, Teuchos::RCP< Linear::BlockVector > &freqDomainLeadCurrentVecReal, Teuchos::RCP< Linear::BlockVector > &freqDomainLeadCurrentVecImaginary, Teuchos::RCP< Linear::BlockVector > &timeDomainJunctionVoltageVec, Teuchos::RCP< Linear::BlockVector > &freqDomainJunctionVoltageVecReal, Teuchos::RCP< Linear::BlockVector > &freqDomainJunctionVoltageVecImaginary) |
![]() | |
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 () |
bool | getDoubleDCOPEnabled () const |
void | setDoubleDCOPEnabled (bool enable) |
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 () |
bool | finalVerboseOutput () |
Private Member Functions | |
bool | processSuccessfulDCOP () |
bool | processFailedDCOP () |
void | accumulateStatistics_ (AnalysisBase &analysis) |
bool | runTol (TimeIntg::TIAParams &tia_params) |
bool | runStartupPeriods (const TimeIntg::TIAParams &tia_params) |
bool | runTransientIC (const TimeIntg::TIAParams &tia_params) |
bool | interpolateIC (double initial_time) |
bool | setFreqPoints_ () |
bool | setInitialGuess () |
bool | setTimePoints_ () |
bool | createFT_ () |
bool | updateIFT_ (std::vector< double > &tPoints) |
Private Attributes | |
AnalysisManager & | analysisManager_ |
Loader::Loader & | loader_ |
Linear::System & | linearSystem_ |
Nonlinear::Manager & | nonlinearManager_ |
Device::DeviceMgr & | deviceManager_ |
Linear::Builder & | builder_ |
Topo::Topology & | topology_ |
IO::InitialConditionsManager & | initialConditionsManager_ |
IO::RestartMgr & | restartManager_ |
N_PDS_Manager * | pdsMgrPtr_ |
AnalysisBase * | currentAnalysisObject_ |
Loader::HBLoader * | hbLoaderPtr_ |
Teuchos::RCP< Linear::HBBuilder > | hbBuilderPtr_ |
HB loader, builder, system, and DFT. More... | |
Linear::System * | hbLinearSystem_ |
bool | isPaused |
Flag to indicate of the simulation is paused. More... | |
double | startDCOPtime |
double | endTRANtime |
Timing/loop count info. More... | |
bool | isTransient_ |
Current analysis state flags. More... | |
bool | test_ |
Testing Flag. More... | |
int | size_ |
std::vector< double > | freqs_ |
Problem Size. More... | |
bool | freqsGiven_ |
std::vector< int > | numPosFreqs |
std::vector< int > | numFreqs_ |
double | period_ |
int | startUpPeriods_ |
Periodicity Information. More... | |
bool | startUpPeriodsGiven_ |
bool | saveIcData_ |
int | taHB_ |
int | numTimePts_ |
bool | voltLimFlag_ |
int | intmodMax_ |
std::string | method_ |
bool | intmodMaxGiven_ |
Teuchos::RCP< N_UTL_FFTInterface< std::vector< double > > > | ftInterface_ |
std::vector< double > | ftInData_ |
std::vector< double > | ftOutData_ |
std::vector< double > | iftInData_ |
std::vector< double > | iftOutData_ |
N_MPDE_Discretization::Type | fastTimeDisc_ |
int | fastTimeDiscOrder_ |
std::vector< double > | fastTimes_ |
std::vector< double > | timeSteps_ |
std::vector< double > | freqPoints_ |
Teuchos::RCP< N_MPDE_Discretization > | mpdeDiscPtr_ |
Teuchos::RCP< N_UTL_DFTInterfaceDecl< std::vector< double > > > | dftInterface_ |
Teuchos::SerialDenseMatrix< int, double > | idftMatrix_ |
Teuchos::SerialDenseMatrix< int, double > | dftMatrix_ |
Util::OptionBlock | saved_lsHBOB_ |
Util::OptionBlock | saved_lsOB_ |
Linear::HBPrecondFactory * | precFactory_ |
Teuchos::RCP< Linear::Vector > | dcOpSolVecPtr_ |
Teuchos::RCP< Linear::Vector > | dcOpStateVecPtr_ |
Teuchos::RCP< Linear::Vector > | dcOpQVecPtr_ |
Teuchos::RCP< Linear::Vector > | dcOpStoreVecPtr_ |
std::vector< double > | goodTimePoints_ |
std::vector< Teuchos::RCP< Linear::Vector > > | goodSolutionVec_ |
std::vector< Teuchos::RCP< Linear::Vector > > | goodStateVec_ |
std::vector< Teuchos::RCP< Linear::Vector > > | goodQVec_ |
std::vector< Teuchos::RCP< Linear::Vector > > | goodStoreVec_ |
Teuchos::RCP< Linear::BlockVector > | HBICVectorPtr_ |
Teuchos::RCP< Linear::BlockVector > | HBICVectorFreqPtr_ |
Teuchos::RCP< Linear::BlockVector > | HBICStateVectorPtr_ |
HB initial state condition. More... | |
Teuchos::RCP< Linear::BlockVector > | HBICQVectorPtr_ |
HB initial Q condition. More... | |
Teuchos::RCP< Linear::BlockVector > | HBICStoreVectorPtr_ |
HB initial store condition. More... | |
StatCounts | hbStatCounts_ |
bool | resetForStepCalledBefore_ |
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 77 of file N_ANP_HB.h.
Xyce::Analysis::HB::HB | ( | 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 | ||
) |
Definition at line 101 of file N_ANP_HB.C.
|
virtual |
Definition at line 159 of file N_ANP_HB.C.
|
private |
Definition at line 1098 of file N_ANP_HB.C.
|
private |
Definition at line 1475 of file N_ANP_HB.C.
|
protectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 608 of file N_ANP_HB.C.
|
protectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 615 of file N_ANP_HB.C.
|
protectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 281 of file N_ANP_HB.C.
|
protected |
Definition at line 500 of file N_ANP_HB.C.
|
protectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 582 of file N_ANP_HB.C.
|
protectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 569 of file N_ANP_HB.C.
|
protectedvirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 268 of file N_ANP_HB.C.
|
protected |
Definition at line 628 of file N_ANP_HB.C.
|
virtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 246 of file N_ANP_HB.C.
|
virtual |
Reimplemented from Xyce::Analysis::AnalysisBase.
Definition at line 230 of file N_ANP_HB.C.
|
inlinevirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 95 of file N_ANP_HB.h.
|
inlinevirtual |
Implements Xyce::Analysis::AnalysisBase.
Definition at line 102 of file N_ANP_HB.h.
|
private |
Definition at line 1879 of file N_ANP_HB.C.
|
virtual |
Reimplemented from Xyce::Analysis::AnalysisBase.
Definition at line 812 of file N_ANP_HB.C.
void Xyce::Analysis::HB::notify | ( | const StepEvent & | event | ) |
Definition at line 174 of file N_ANP_HB.C.
void Xyce::Analysis::HB::prepareHBOutput | ( | Linear::Vector & | solnVecPtr, |
std::vector< double > & | timePoints, | ||
std::vector< double > & | freqPoints, | ||
Teuchos::RCP< Linear::BlockVector > & | timeDomainSolnVec, | ||
Teuchos::RCP< Linear::BlockVector > & | freqDomainSolnVecReal, | ||
Teuchos::RCP< Linear::BlockVector > & | freqDomainSolnVecImaginary, | ||
Teuchos::RCP< Linear::BlockVector > & | timeDomainStoreVec, | ||
Teuchos::RCP< Linear::BlockVector > & | freqDomainStoreVecReal, | ||
Teuchos::RCP< Linear::BlockVector > & | freqDomainStoreVecImaginary, | ||
Teuchos::RCP< Linear::BlockVector > & | timeDomainLeadCurrentVec, | ||
Teuchos::RCP< Linear::BlockVector > & | freqDomainLeadCurrentVecReal, | ||
Teuchos::RCP< Linear::BlockVector > & | freqDomainLeadCurrentVecImaginary, | ||
Teuchos::RCP< Linear::BlockVector > & | timeDomainJunctionVoltageVec, | ||
Teuchos::RCP< Linear::BlockVector > & | freqDomainJunctionVoltageVecReal, | ||
Teuchos::RCP< Linear::BlockVector > & | freqDomainJunctionVoltageVecImaginary | ||
) |
Definition at line 825 of file N_ANP_HB.C.
|
private |
Definition at line 595 of file N_ANP_HB.C.
|
private |
Definition at line 556 of file N_ANP_HB.C.
|
private |
Definition at line 1730 of file N_ANP_HB.C.
|
private |
Definition at line 1620 of file N_ANP_HB.C.
|
private |
Definition at line 1811 of file N_ANP_HB.C.
bool Xyce::Analysis::HB::setAnalysisParams | ( | const Util::OptionBlock & | option_block | ) |
Definition at line 642 of file N_ANP_HB.C.
|
private |
Definition at line 1111 of file N_ANP_HB.C.
bool Xyce::Analysis::HB::setHBIntParams | ( | const Util::OptionBlock & | option_block | ) |
Definition at line 682 of file N_ANP_HB.C.
bool Xyce::Analysis::HB::setHBLinSol | ( | const Util::OptionBlock & | option_block, |
Linear::Builder & | builder | ||
) |
Definition at line 791 of file N_ANP_HB.C.
|
private |
Definition at line 1515 of file N_ANP_HB.C.
bool Xyce::Analysis::HB::setLinSol | ( | const Util::OptionBlock & | option_block | ) |
Definition at line 775 of file N_ANP_HB.C.
|
private |
Definition at line 1356 of file N_ANP_HB.C.
|
private |
Definition at line 1581 of file N_ANP_HB.C.
|
private |
Definition at line 178 of file N_ANP_HB.h.
|
private |
Definition at line 183 of file N_ANP_HB.h.
|
private |
Definition at line 188 of file N_ANP_HB.h.
|
private |
Definition at line 254 of file N_ANP_HB.h.
|
private |
Definition at line 252 of file N_ANP_HB.h.
|
private |
Definition at line 253 of file N_ANP_HB.h.
|
private |
Definition at line 255 of file N_ANP_HB.h.
|
private |
Definition at line 182 of file N_ANP_HB.h.
|
private |
Definition at line 241 of file N_ANP_HB.h.
|
private |
Definition at line 242 of file N_ANP_HB.h.
|
private |
Timing/loop count info.
Definition at line 196 of file N_ANP_HB.h.
|
private |
Definition at line 233 of file N_ANP_HB.h.
|
private |
Definition at line 234 of file N_ANP_HB.h.
|
private |
Definition at line 235 of file N_ANP_HB.h.
|
private |
Definition at line 237 of file N_ANP_HB.h.
|
private |
Problem Size.
Definition at line 204 of file N_ANP_HB.h.
|
private |
Definition at line 205 of file N_ANP_HB.h.
|
private |
Definition at line 231 of file N_ANP_HB.h.
|
private |
Definition at line 230 of file N_ANP_HB.h.
|
private |
Definition at line 231 of file N_ANP_HB.h.
|
private |
Definition at line 260 of file N_ANP_HB.h.
|
private |
Definition at line 258 of file N_ANP_HB.h.
|
private |
Definition at line 259 of file N_ANP_HB.h.
|
private |
Definition at line 261 of file N_ANP_HB.h.
|
private |
Definition at line 257 of file N_ANP_HB.h.
|
private |
HB loader, builder, system, and DFT.
Definition at line 190 of file N_ANP_HB.h.
|
private |
HB initial Q condition.
Definition at line 267 of file N_ANP_HB.h.
|
private |
HB initial state condition.
Definition at line 266 of file N_ANP_HB.h.
|
private |
HB initial store condition.
Definition at line 268 of file N_ANP_HB.h.
|
private |
Definition at line 265 of file N_ANP_HB.h.
|
private |
Definition at line 264 of file N_ANP_HB.h.
|
private |
Definition at line 191 of file N_ANP_HB.h.
|
private |
Definition at line 189 of file N_ANP_HB.h.
|
private |
Definition at line 271 of file N_ANP_HB.h.
|
private |
Definition at line 242 of file N_ANP_HB.h.
|
private |
Definition at line 231 of file N_ANP_HB.h.
|
private |
Definition at line 231 of file N_ANP_HB.h.
|
private |
Definition at line 185 of file N_ANP_HB.h.
|
private |
Definition at line 224 of file N_ANP_HB.h.
|
private |
Definition at line 228 of file N_ANP_HB.h.
|
private |
Flag to indicate of the simulation is paused.
Definition at line 193 of file N_ANP_HB.h.
|
private |
Current analysis state flags.
Definition at line 198 of file N_ANP_HB.h.
|
private |
Definition at line 180 of file N_ANP_HB.h.
|
private |
Definition at line 179 of file N_ANP_HB.h.
|
private |
Definition at line 226 of file N_ANP_HB.h.
|
private |
Definition at line 238 of file N_ANP_HB.h.
|
private |
Definition at line 181 of file N_ANP_HB.h.
|
private |
Definition at line 208 of file N_ANP_HB.h.
|
private |
Definition at line 207 of file N_ANP_HB.h.
|
private |
Definition at line 222 of file N_ANP_HB.h.
|
private |
Definition at line 187 of file N_ANP_HB.h.
|
private |
Definition at line 210 of file N_ANP_HB.h.
|
private |
Definition at line 249 of file N_ANP_HB.h.
|
private |
Definition at line 273 of file N_ANP_HB.h.
|
private |
Definition at line 186 of file N_ANP_HB.h.
|
private |
Definition at line 245 of file N_ANP_HB.h.
|
private |
Definition at line 246 of file N_ANP_HB.h.
|
private |
Definition at line 217 of file N_ANP_HB.h.
|
private |
Definition at line 202 of file N_ANP_HB.h.
|
private |
Definition at line 195 of file N_ANP_HB.h.
|
private |
Periodicity Information.
Definition at line 214 of file N_ANP_HB.h.
|
private |
Definition at line 215 of file N_ANP_HB.h.
|
private |
Definition at line 220 of file N_ANP_HB.h.
|
private |
Testing Flag.
Definition at line 200 of file N_ANP_HB.h.
|
private |
Definition at line 236 of file N_ANP_HB.h.
|
private |
Definition at line 184 of file N_ANP_HB.h.
|
private |
Definition at line 223 of file N_ANP_HB.h.