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

Method record

SRC/domain/domain/Domain.cpp:2137–2151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2135
2136
2137int
2138Domain::record(bool fromAnalysis)
2139{
2140 int res = 0;
2141
2142 // invoke record on all recorders
2143 for (int i=0; i<numRecorders; i++)
2144 if (theRecorders[i] != 0)
2145 res += theRecorders[i]->record(commitTag, currentTime);
2146
2147 // update the commitTag
2148 commitTag++;
2149
2150 return res;
2151}
2152
2153int
2154Domain::commit(void)

Callers 1

commitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected