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

Method getBoundaryIndex

tools/Assembler/Mesh/TriangleMesh.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136size_t TriangleMesh::getBoundaryIndex(size_t vi) const {
137 assert(vi < getNbrNodes());
138 return m_boundary_idx[vi];
139}
140
141VectorF TriangleMesh::getBoundaryNodeNormal(size_t bvi) const {
142 assert(bvi < getNbrBoundaryNodes());

Callers 3

getBdLaplacianMatrixMethod · 0.45
getBdLaplacianMatrixMethod · 0.45
check_boundary_nodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected