Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
859
int
860
BasicAnalysisBuilder::newTransientAnalysis()
861
{
862
assert(theDomain != nullptr);
863
864
this->fillDefaults(TRANSIENT_ANALYSIS);
865
866
return 1;
867
}
868
869
870
void
Callers
nothing calls this directly
Calls
1
fillDefaults
Method · 0.95
Tested by
no test coverage detected