LLNL / Tribol

Modular interface physics library featuring state-of-the-art contact physics methods.
MIT License
25 stars 2 forks source link

2D Segment Basis Flips Coordinates from Registered Mesh #46

Open srwopschall opened 11 months ago

srwopschall commented 11 months ago

In 2D, there have been cases where the segment basis calculation returns phi not in (0,1). The segment basis is seeing flipped 2D edge vertex orientations compared to what registerMesh() is seeing. Investigate and fix.

srwopschall commented 11 months ago

Look at the 2D_projection tests in tribol_comp_geom.cpp test.