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

Method setStaticAnalysis

SRC/runtime/runtime/BasicAnalysisBuilder.cpp:836–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

834
835
836int
837BasicAnalysisBuilder::setStaticAnalysis()
838{
839 domainStamp = 0;
840 this->fillDefaults(STATIC_ANALYSIS);
841 this->setLinks(STATIC_ANALYSIS);
842
843 this->CurrentAnalysisFlag = STATIC_ANALYSIS;
844
845 return 0;
846}
847
848int
849BasicAnalysisBuilder::setTransientAnalysis()

Callers 1

specifyAnalysisFunction · 0.45

Calls 2

fillDefaultsMethod · 0.95
setLinksMethod · 0.95

Tested by

no test coverage detected