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

Method getLoadFactor

SRC/domain/pattern/LoadPattern.cpp:443–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441}
442
443double
444LoadPattern::getLoadFactor(void)
445{
446 if (theSeries != 0)
447 return loadFactor;
448 else
449 return 0.0;
450}
451
452int
453LoadPattern::sendSelf(int cTag, Channel &theChannel)

Callers 6

OPS_getLoadFactorFunction · 0.45
ops_getLoadFactorFunction · 0.45
updateMethod · 0.45
getLoadFactorFunction · 0.45
recordMethod · 0.45
getLoadFactorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected