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

Method set

SRC/interpreter/PythonAnalysisBuilder.cpp:161–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void PythonAnalysisBuilder::set(ConstraintHandler* obj) {
162 if(obj == 0) return;
163 if(theHandler != 0) {
164 opserr<<"The handler can only be set once\n";
165 return;
166 }
167 theHandler = obj;
168}
169
170void PythonAnalysisBuilder::set(DOF_Numberer* obj) {
171 if(obj == 0) return;

Callers 7

ops_ModelFunction · 0.45
ops_specifySOEFunction · 0.45
ops_specifyNumbererFunction · 0.45
ops_specifyAlgorithmFunction · 0.45
ops_specifyIntegratorFunction · 0.45
ops_specifyCTestFunction · 0.45

Calls 5

setNumbererMethod · 0.45
setAlgorithmMethod · 0.45
setLinearSOEMethod · 0.45
setIntegratorMethod · 0.45
setConvergenceTestMethod · 0.45

Tested by

no test coverage detected