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

Method getDuration

SRC/domain/pattern/PathSeries.cpp:390–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390double
391PathSeries::getDuration()
392{
393 if (thePath == 0)
394 {
395 opserr << "WARNING -- PathSeries::getDuration() on empty Vector" << endln;
396 return 0.0;
397 }
398 return (thePath->Size()*pathTimeIncr);
399 //return (startTime + thePath->Size()*pathTimeIncr);
400}
401
402double
403PathSeries::getStartTime() {

Callers 5

integrateMethod · 0.45
differentiateMethod · 0.45
integrateMethod · 0.45
differentiateMethod · 0.45
OPS_sdfResponseFunction · 0.45

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected