MCPcopy 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
2002void
2003Domain::setCommittedTime(double newTime)
2004{
2005 committedTime = newTime;
2006 dT = currentTime - committedTime;
2007}
2008
2009void
2010Domain::setCreep(int newCreep)

Callers 7

OPS_loadConstFunction · 0.45
OPS_setTimeFunction · 0.45
ops_setLoadConstFunction · 0.45
setLoadConstFunction · 0.45
setTimeFunction · 0.45
TclCommand_setLoadConstFunction · 0.45
TclCommand_setTimeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected