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

Method setCurrentTime

SRC/domain/domain/Domain.cpp:1995–2000  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1993}
1994
1995void
1996Domain::setCurrentTime(double newTime)
1997{
1998 currentTime = newTime;
1999 dT = currentTime - committedTime;
2000}
2001
2002void
2003Domain::setCommittedTime(double newTime)

Callers 8

OPS_loadConstFunction · 0.45
OPS_setTimeFunction · 0.45
ops_setLoadConstFunction · 0.45
setCurrentDomainTimeMethod · 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