Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ setLinks
Method
setLinks
SRC/analysis/model/AnalysisModel.cpp:130–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
void
131
AnalysisModel::setLinks(Domain &theDomain, ConstraintHandler &theHandler)
132
{
133
myDomain = &theDomain;
134
myHandler = &theHandler;
135
}
136
137
138
// void addFE_Element(FE_Element *);
Callers
1
newEigenAnalysis
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected