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

Method extract_boundary_edges

tools/Assembler/Elements/EdgeElements.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void EdgeElements::extract_boundary_edges() {
68 Boundary::Ptr boundary = Boundary::extract_surface_boundary(*m_mesh.get());
69 m_edges = boundary->get_boundaries();
70}
71
72void EdgeElements::compute_edge_lengths() {
73 size_t num_elements = getNbrElements();

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
get_boundariesMethod · 0.45

Tested by

no test coverage detected