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

Method getNodes

tools/Assembler/Elements/TetrahedronElements.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20VectorF TetrahedronElements::getNodes() const {
21 return m_mesh->get_vertices();
22}
23
24VectorF TetrahedronElements::getNode(size_t vi) const {
25 return m_mesh->get_vertex(vi);

Callers

nothing calls this directly

Calls 1

get_verticesMethod · 0.45

Tested by

no test coverage detected