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

Method getNode

tools/Assembler/Elements/TetrahedronElements.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24VectorF TetrahedronElements::getNode(size_t vi) const {
25 return m_mesh->get_vertex(vi);
26}
27
28size_t TetrahedronElements::getNbrElements() const {
29 return m_mesh->get_num_voxels();

Callers

nothing calls this directly

Calls 1

get_vertexMethod · 0.45

Tested by

no test coverage detected