Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ getCopy
Method
getCopy
SRC/domain/pattern/RampSeries.cpp:144–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
TimeSeries* RampSeries::getCopy()
145
{
146
return new RampSeries(this->getTag(), tStart, tRamp, offsetFact, smoothFact, cFactor);
147
}
148
149
150
double RampSeries::getFactor(double pseudoTime)
Callers
2
OPS_getTimeSeries
Function · 0.45
partition
Method · 0.45
Calls
1
getTag
Method · 0.45
Tested by
no test coverage detected