Skip to content
Cory edited this page Jul 6, 2023 · 1 revision

The module stl_mod is contained in stl.f90. It contains subroutines for parsing an STL mesh into the MachLine data types.

Importantly, it also contains a subroutine for detecting and combining duplicate vertices (collapse_duplicate_vertices). This subroutine is used within the vtk_mod and tri_mod modules as well.

Clone this wiki locally