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

Roughness #66

Closed yqin43 closed 3 years ago

yqin43 commented 4 years ago

Description

Added code for adding tags and code for calculating average roughness value of the geometry

Changes

Updated get_area_triangle function so it can calculate area of a single triangle Tagged local roughness Added generic code for adding tags Added code and test for average roughness value

kkiesling commented 4 years ago

Also- python3 test is failing so we need to look into that.

gonuke commented 3 years ago

Decided to merge this as is. The methods are functioning as intended, and the interfaces will be changing anyway as we introduce the class structure.