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

Method Print

SRC/analysis/integrator/CentralDifferenceAlternative.cpp:278–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278void
279CentralDifferenceAlternative::Print(OPS_Stream &s, int flag)
280{
281 AnalysisModel *theModel = this->getAnalysisModel();
282 if (theModel != 0) {
283 double currentTime = theModel->getCurrentDomainTime();
284 s << "\t CentralDifferenceAlternative - currentTime: " << currentTime;
285 } else
286 s << "\t CentralDifferenceAlternative - no associated AnalysisModel\n";
287}
288

Callers

nothing calls this directly

Calls 2

getAnalysisModelMethod · 0.45
getCurrentDomainTimeMethod · 0.45

Tested by

no test coverage detected