| 297 | |
| 298 | |
| 299 | NodeRecorderRMS::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 | |
| 311 | NodeRecorderRMS::NodeRecorderRMS(const ID &dofs, |
| 312 | const ID *nodes, |
nothing calls this directly
no test coverage detected