Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
224
void
225
AnalysisModel::clearDOFGraph(void)
226
{
227
if (myDOFGraph != 0)
228
delete myDOFGraph;
229
230
myDOFGraph = 0;
231
}
232
233
void
234
AnalysisModel::clearDOFGroupGraph(void)
Callers
6
domainChanged
Method · 0.45
domainChanged
Method · 0.45
domainChanged
Method · 0.45
domainChanged
Method · 0.45
domainChanged
Method · 0.45
eigen
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected