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

Method NodeRecorder

SRC/recorder/NodeRecorder.cpp:310–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308
309
310NodeRecorder::NodeRecorder()
311:Recorder(RECORDER_TAGS_NodeRecorder),
312 theDofs(0), theNodalTags(0), theNodes(0), response(0),
313 theDomain(0), theOutputHandler(0),
314 echoTimeFlag(true), dataFlag(0),
315 deltaT(0.0), relDeltaTTol(0.00001), nextTimeStampToRecord(0.0),
316 gradIndex(-1),
317 initializationDone(false), numValidNodes(0), addColumnInfo(0), theTimeSeries(0), timeSeriesValues(0)
318{
319
320}
321
322
323NodeRecorder::NodeRecorder(const ID &dofs,

Callers

nothing calls this directly

Calls 4

SizeMethod · 0.45
getParameterMethod · 0.45
getGradIndexMethod · 0.45
setAddCommonMethod · 0.45

Tested by

no test coverage detected