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

Method clearDOFGraph

SRC/analysis/model/AnalysisModel.cpp:224–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224void
225AnalysisModel::clearDOFGraph(void)
226{
227 if (myDOFGraph != 0)
228 delete myDOFGraph;
229
230 myDOFGraph = 0;
231}
232
233void
234AnalysisModel::clearDOFGroupGraph(void)

Callers 6

domainChangedMethod · 0.45
domainChangedMethod · 0.45
domainChangedMethod · 0.45
domainChangedMethod · 0.45
domainChangedMethod · 0.45
eigenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected