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

Method newTransientAnalysis

SRC/runtime/runtime/BasicAnalysisBuilder.cpp:859–867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

857}
858
859int
860BasicAnalysisBuilder::newTransientAnalysis()
861{
862 assert(theDomain != nullptr);
863
864 this->fillDefaults(TRANSIENT_ANALYSIS);
865
866 return 1;
867}
868
869
870void

Callers

nothing calls this directly

Calls 1

fillDefaultsMethod · 0.95

Tested by

no test coverage detected