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

Method SimulationInformation

DEVELOPER/core/SimulationInformation.cpp:45–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43static SimulationInformation *theLastSimulationInformation = 0;
44
45SimulationInformation::SimulationInformation()
46 :title(0), description(0), contactName(0),
47 lengthUnit(0), forceUnit(0), timeUnit(0),
48 temperatureUnit(0)
49{
50 strcpy(startTime," ");
51 strcpy(endTime," ");
52
53 if (numSimulationInformation == 0) {
54 numSimulationInformation++;
55 }
56
57 theLastSimulationInformation = this;
58
59 theFiles = new File("", "", true);
60
61 this->start();
62}
63
64//#include <XmlFileStream.h>
65

Callers

nothing calls this directly

Calls 1

startMethod · 0.95

Tested by

no test coverage detected