| 65 | } |
| 66 | |
| 67 | void EdgeElements::extract_boundary_edges() { |
| 68 | Boundary::Ptr boundary = Boundary::extract_surface_boundary(*m_mesh.get()); |
| 69 | m_edges = boundary->get_boundaries(); |
| 70 | } |
| 71 | |
| 72 | void EdgeElements::compute_edge_lengths() { |
| 73 | size_t num_elements = getNbrElements(); |
nothing calls this directly
no test coverage detected