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

Method Print

DEVELOPER/integrator/Trapezoidal.cpp:348–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346
347
348void Trapezoidal::Print(OPS_Stream &s, int flag)
349{
350 AnalysisModel *theModel = this->getAnalysisModel();
351 if (theModel != 0) {
352 double currentTime = theModel->getCurrentDomainTime();
353 s << "\t Trapezoidal - currentTime: " << currentTime;
354 } else
355 s << "\t Trapezoidal - no associated AnalysisModel\n";
356}
357
358
359// AddingSensitivity:BEGIN //////////////////////////////

Callers

nothing calls this directly

Calls 2

getAnalysisModelMethod · 0.45
getCurrentDomainTimeMethod · 0.45

Tested by

no test coverage detected