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

Method record

DEVELOPER/core/Domain.cpp:1866–1880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1864
1865
1866int
1867Domain::record(bool fromAnalysis)
1868{
1869 int res = 0;
1870
1871 // invoke record on all recorders
1872 for (int i=0; i<numRecorders; i++)
1873 if (theRecorders[i] != 0)
1874 res += theRecorders[i]->record(commitTag, currentTime);
1875
1876 // update the commitTag
1877 commitTag++;
1878
1879 return res;
1880}
1881
1882int
1883Domain::commit(void)

Callers 1

commitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected