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

Method getNbrNodes

tools/Assembler/Elements/TetrahedronElements.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16size_t TetrahedronElements::getNbrNodes() const {
17 return m_mesh->get_num_vertices();
18}
19
20VectorF TetrahedronElements::getNodes() const {
21 return m_mesh->get_vertices();

Callers

nothing calls this directly

Calls 1

get_num_verticesMethod · 0.45

Tested by

no test coverage detected