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

Method getDOF_GroupPtr

SRC/analysis/model/AnalysisModel.cpp:252–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250
251
252DOF_Group *
253AnalysisModel::getDOF_GroupPtr(int tag)
254{
255 TaggedObject *other = theDOFs->getComponentPtr(tag);
256 if (other == 0) {
257 return 0;
258 }
259 DOF_Group *result = (DOF_Group *)other;
260 return result;
261}
262
263
264FE_EleIter &

Callers 15

FE_ElementMethod · 0.45
setIDMethod · 0.45
LagrangeEQ_FEMethod · 0.45
setIDMethod · 0.45
LagrangeSP_FEMethod · 0.45
setIDMethod · 0.45
LagrangeMP_FEMethod · 0.45
setIDMethod · 0.45
PenaltyEQ_FEMethod · 0.45
setIDMethod · 0.45
PenaltyMP_FEMethod · 0.45
setIDMethod · 0.45

Calls 1

getComponentPtrMethod · 0.45

Tested by

no test coverage detected