| 308 | |
| 309 | |
| 310 | NodeRecorder::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 | |
| 323 | NodeRecorder::NodeRecorder(const ID &dofs, |
nothing calls this directly
no test coverage detected