Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ setCommittedTime
Method
setCommittedTime
SRC/domain/domain/Domain.cpp:2002–2007 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2000
}
2001
2002
void
2003
Domain::setCommittedTime(double newTime)
2004
{
2005
committedTime = newTime;
2006
dT = currentTime - committedTime;
2007
}
2008
2009
void
2010
Domain::setCreep(int newCreep)
Callers
7
OPS_loadConst
Function · 0.45
OPS_setTime
Function · 0.45
ops_setLoadConst
Function · 0.45
setLoadConst
Function · 0.45
setTime
Function · 0.45
TclCommand_setLoadConst
Function · 0.45
TclCommand_setTime
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected