removeIdenticalTriangles{

removes triangles that are topologically identical (using same node point indices)

This addresses the whole geometry, because it is currently NOT implemented to perform on a subset of the geometry. Thus, it makes sense at the end of geometry activities:
begin_boundary_elements{} include{someFile} # do many more manipulations removeIdenticalTriangles{} end_boundary_elements