Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ getTimeIncr
Method
getTimeIncr
SRC/domain/pattern/PeerMotion.cpp:249–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
247
}
248
249
double
250
PeerMotion::getTimeIncr (double pseudoTime)
251
{
252
// NEED TO FILL IN, FOR NOW return 1.0
253
return 1.0;
254
}
255
256
double
257
PeerMotion::getFactor(double pseudoTime)
Callers
2
OPS_UniformExcitationPattern
Function · 0.45
OPS_GroundMotion
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected