| 27 | } |
| 28 | |
| 29 | VectorI BoundaryFaces::get_boundary(size_t bi) const { |
| 30 | assert(bi < m_boundaries.rows()); |
| 31 | return m_boundaries.row(bi); |
| 32 | } |
| 33 | |
| 34 | size_t BoundaryFaces::get_boundary_element(size_t bi) const { |
| 35 | assert(bi < m_boundary_voxels.size()); |
no outgoing calls