| 146 | } |
| 147 | |
| 148 | void 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 | |
| 161 | void PythonAnalysisBuilder::set(ConstraintHandler* obj) { |
| 162 | if(obj == 0) return; |
no outgoing calls
no test coverage detected