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

Method init_boundary_edges

tools/Assembler/Mesh/TriangleMesh.cpp:199–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199void TriangleMesh::init_boundary_edges(const BoundaryPtr& bd) {
200 m_boundary_edges = bd->get_boundaries();
201}
202
203void TriangleMesh::init_boundary_node_adjacencies() {
204 const size_t num_boundary_edges = m_boundary_edges.rows();

Callers

nothing calls this directly

Calls 1

get_boundariesMethod · 0.45

Tested by

no test coverage detected