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

Method resetStatic

SRC/interpreter/PythonAnalysisBuilder.cpp:126–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void PythonAnalysisBuilder::resetStatic()
127{
128 theAlgorithm = 0;
129 theStaticIntegrator = 0;
130 theSOE = 0;
131 theNumberer = 0;
132 theHandler = 0;
133 theTest = 0;
134 theAnalysisModel = 0;
135}
136
137void PythonAnalysisBuilder::resetTransient()
138{

Callers 1

newStaticAnalysisMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected