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

Method getNumberDOF

DEVELOPER/core/Node.cpp:629–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627
628
629int
630Node::getNumberDOF(void) const
631{
632 // return the number of dof
633 return numberDOF;
634}
635
636
637void

Callers 10

setDomainMethod · 0.45
DOF_GroupMethod · 0.45
buildMapMethod · 0.45
OPS_HomogeneousBCFunction · 0.45
addElementMethod · 0.45
addSP_ConstraintMethod · 0.45
setDomainMethod · 0.45
setDomainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected