-
Notifications
You must be signed in to change notification settings - Fork 4
tri
Cory edited this page Jul 6, 2023
·
1 revision
The module tri_mod
(defined in tri.f90
) contains the subroutine load_surface_tri
. This will read in a .tri mesh file and parse it into the MachLine data types. As with importing a VKT file, this subroutine will call collapse_duplicate_vertices
so as to get rid of any duplicate vertices.