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

Method setTransientAnalysis

SRC/runtime/runtime/BasicAnalysisBuilder.cpp:848–857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

846}
847
848int
849BasicAnalysisBuilder::setTransientAnalysis()
850{
851 domainStamp = 0;
852 this->CurrentAnalysisFlag = TRANSIENT_ANALYSIS;
853 this->fillDefaults(TRANSIENT_ANALYSIS);
854 this->setLinks(TRANSIENT_ANALYSIS);
855
856 return 1;
857}
858
859int
860BasicAnalysisBuilder::newTransientAnalysis()

Callers 1

specifyAnalysisFunction · 0.45

Calls 2

fillDefaultsMethod · 0.95
setLinksMethod · 0.95

Tested by

no test coverage detected