MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / getNbrNodes

Method getNbrNodes

tools/Assembler/Elements/EdgeElements.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19size_t EdgeElements::getNbrNodes() const {
20 return m_mesh->get_num_vertices();
21}
22
23VectorF EdgeElements::getNodes() const {
24 return m_mesh->get_vertices();

Callers

nothing calls this directly

Calls 1

get_num_verticesMethod · 0.45

Tested by

no test coverage detected