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

Method getDOF_GroupPtr

SRC/domain/node/Node.cpp:563–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561
562
563DOF_Group *
564Node::getDOF_GroupPtr(void)
565{
566 // return the DOF_Group pointer
567 return theDOF_GroupPtr;
568}
569
570
571const Vector &

Callers 11

OPS_nodeDOFsFunction · 0.45
setDofIDsMethod · 0.45
buildMapMethod · 0.45
node_map_tMethod · 0.45
formSensitivityRHSMethod · 0.45
findIDFunction · 0.45
nodeDOFsFunction · 0.45
domainChangedMethod · 0.45
findIDFunction · 0.45
nodeDOFsFunction · 0.45
node_map_tMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected