lanl / LaGriT

Los Alamos Grid Toolbox (LaGriT) is a library of user callable tools that provide mesh generation, mesh optimization and dynamic mesh maintenance in two and three dimensions.
https://lanl.github.io/LaGriT/
Other
122 stars 49 forks source link

[tinerator] generateFacesets method does not work #155

Closed zgxn closed 5 years ago

zgxn commented 5 years ago

@daniellivingston

The method generateFaceSetsNaive in dem_class.py is not implemented. It should probably make a call to facesets.py at some point. generateComplexFacesets is also not implemented.

It might be better to name the methods more consistently, either generateNaiveFacesets or vice versa.

daniellivingston commented 5 years ago

Good catch, you're right, that's deprecated in favor of tin.facesets.basic()/sidesets()/from_elevations()

zgxn commented 5 years ago

Ahh, I see. Thanks!