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

Method NodeRecorderRMS

SRC/recorder/NodeRecorderRMS.cpp:299–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297
298
299NodeRecorderRMS::NodeRecorderRMS()
300:Recorder(RECORDER_TAGS_NodeRecorderRMS),
301 theDofs(0), theNodalTags(0), theNodes(0),
302 currentData(0), runningTotal(0), count(0),
303 theDomain(0), theHandler(0),
304 deltaT(0.0), relDeltaTTol(0.00001), nextTimeStampToRecord(0.0),
305 initializationDone(false),
306 numValidNodes(0), addColumnInfo(0), theTimeSeries(0), timeSeriesValues(0)
307{
308
309}
310
311NodeRecorderRMS::NodeRecorderRMS(const ID &dofs,
312 const ID *nodes,

Callers

nothing calls this directly

Calls 2

SizeMethod · 0.45
setAddCommonMethod · 0.45

Tested by

no test coverage detected