svalinn / dagmc_stats

Tool for calculating and reporting statistics about DAGMC models
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

Populate tri-vert table #76

Open gonuke opened 3 years ago

gonuke commented 3 years ago

Add class method to populate triangle-vertex table

populate_tri_vert_data(meshset = None)

gonuke commented 3 years ago

Consider how to allow the user to specify either a list of triangles (and then populate for all vertices) or a list of vertices (and then populate for all triangles)