Hi! I've been using SeismicMesh recently to try to generate a 2D mesh from a distance function I have defined. The results so far have been quite good, but not exact to the distances specified by my function (i.e. some edges are shorter/longer than they should be by some small, but not insignificant amount).
My particular goal relies on generating a very accurate 2D mesh, so I was wondering if there was any cleanup functions that you think could help refine the mesh to the correct edge lengths, or at least remove some of the more incorrect edge lengths? I have tried setting "perform_checks" to True, but this didn't help too much.
Any guidance you can offer on this issue would be much appreciated. Thanks in advance for your help!