MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / Print

Method Print

SRC/analysis/integrator/HHTExplicit_TP.cpp:532–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530
531
532void HHTExplicit_TP::Print(OPS_Stream &s, int flag)
533{
534 AnalysisModel *theModel = this->getAnalysisModel();
535 if (theModel != 0) {
536 double currentTime = theModel->getCurrentDomainTime();
537 s << "HHTExplicit_TP - currentTime: " << currentTime << endln;
538 s << " alpha: " << alpha << " gamma: " << gamma << endln;
539 s << " c2: " << c2 << " c3: " << c3 << endln;
540 } else
541 s << "HHTExplicit_TP - no associated AnalysisModel\n";
542}

Callers

nothing calls this directly

Calls 2

getAnalysisModelMethod · 0.45
getCurrentDomainTimeMethod · 0.45

Tested by

no test coverage detected