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

Method setAnalysisModel

SRC/analysis/fe_ele/FE_Element.cpp:243–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243void
244FE_Element::setAnalysisModel(AnalysisModel &theAnalysisModel)
245{
246 theModel = &theAnalysisModel;
247}
248
249// void setID(int index, int value);
250// Method to set the corresponding index of the ID to value.

Callers 5

setStaticAnalysisMethod · 0.45
setPFEMAnalysisMethod · 0.45
setTransientAnalysisMethod · 0.45
addFE_ElementMethod · 0.45
specifyAnalysisFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected