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

Method EnvelopeNodeRecorder

SRC/recorder/EnvelopeNodeRecorder.cpp:306–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304
305
306EnvelopeNodeRecorder::EnvelopeNodeRecorder()
307:Recorder(RECORDER_TAGS_EnvelopeNodeRecorder),
308 theDofs(0), theNodalTags(0), theNodes(0),
309 currentData(0), data(0),
310 theDomain(0), theHandler(0),
311 deltaT(0.0), relDeltaTTol(0.00001), nextTimeStampToRecord(0.0),
312 first(true), initializationDone(false),
313 numValidNodes(0), addColumnInfo(0), theTimeSeries(0), timeSeriesValues(0)
314{
315
316}
317
318EnvelopeNodeRecorder::EnvelopeNodeRecorder(const ID &dofs,
319 const ID *nodes,

Callers

nothing calls this directly

Calls 2

SizeMethod · 0.45
setAddCommonMethod · 0.45

Tested by

no test coverage detected