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

Method isBoundaryNode

tools/Assembler/Mesh/TriangleMesh.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50bool TriangleMesh::isBoundaryNode(size_t vi) const {
51 assert(vi < getNbrNodes());
52 return m_boundary_idx[vi] != -1;
53}
54
55size_t TriangleMesh::getNbrElements() const {
56 return m_mesh->get_num_faces();

Callers 2

check_boundary_nodeMethod · 0.45
check_boundary_facesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected