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

Method getNodePtrs

SRC/element/CEqElement/ASDEmbeddedNodeElement.cpp:513–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511}
512
513Node**
514ASDEmbeddedNodeElement::getNodePtrs(void)
515{
516 return m_nodes.data();
517}
518
519int ASDEmbeddedNodeElement::getNumDOF()
520{

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected