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

Method resetAll

SRC/interpreter/PythonAnalysisBuilder.cpp:148–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void PythonAnalysisBuilder::resetAll()
149{
150 theAlgorithm = 0;
151 theStaticIntegrator = 0;
152 theTransientIntegrator = 0;
153 theSOE = 0;
154 theNumberer = 0;
155 theHandler = 0;
156 theTest = 0;
157 theAnalysisModel = 0;
158 theEigenSOE = 0;
159}
160
161void PythonAnalysisBuilder::set(ConstraintHandler* obj) {
162 if(obj == 0) return;

Callers 3

ops_wipeAnalysisFunction · 0.80
ops_wipeModelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected