MCPcopy 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
130void
131AnalysisModel::setLinks(Domain &theDomain, ConstraintHandler &theHandler)
132{
133 myDomain = &theDomain;
134 myHandler = &theHandler;
135}
136
137
138// void addFE_Element(FE_Element *);

Callers 1

newEigenAnalysisMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected