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

Method resetTransient

SRC/interpreter/PythonAnalysisBuilder.cpp:137–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void PythonAnalysisBuilder::resetTransient()
138{
139 theAlgorithm = 0;
140 theTransientIntegrator = 0;
141 theSOE = 0;
142 theNumberer = 0;
143 theHandler = 0;
144 theTest = 0;
145 theAnalysisModel = 0;
146}
147
148void PythonAnalysisBuilder::resetAll()
149{

Callers 2

newTransientAnalysisMethod · 0.95
newPFEMAnalysisMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected