Open srwopschall opened 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.
Look at the 2D_projection tests in tribol_comp_geom.cpp test.
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.