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

Method set

SRC/runtime/runtime/BasicAnalysisBuilder.cpp:657–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655
656
657void
658BasicAnalysisBuilder::set(ConstraintHandler* obj)
659{
660 if (theHandler != nullptr)
661 delete theHandler;
662
663 theHandler = obj;
664}
665
666void
667BasicAnalysisBuilder::set(DOF_Numberer* obj)

Callers 15

dispatchFunction · 0.45
G3Parse_newHSIntegratorFunction · 0.45
G3Parse_newLoadControlFunction · 0.45
printAFunction · 0.45
specifyConstraintHandlerFunction · 0.45
numberer.cppFile · 0.45

Calls 6

setLinksMethod · 0.95
setConvergenceTestMethod · 0.45
getConvergenceTestMethod · 0.45
setLinearSOEMethod · 0.45
domainChangedMethod · 0.45
getClassTagMethod · 0.45

Tested by 1

specifyCTestFunction · 0.36