You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we plot the edges of a quadrilateral. Joining edges of quads have their edges painted twice during postprocessing. Better to have a point and edge representation of the mesh, and paint each edge once and only once. CBH to implement.