issues
search
krober10nd
/
SeismicMesh
2D/3D serial and parallel triangular mesh generation tool for finite element methods.
https://seismicmesh.readthedocs.io/
GNU General Public License v3.0
129
stars
33
forks
source link
critical bug fix to corners
#126
Closed
krober10nd
closed
4 years ago
krober10nd
commented
4 years ago
corners created problems for non-constant resolution meshes.
For now, only constrain corners for scalar edge length domains (constant resolution) until I can figure out a better fix.
Some corners would create massive triangles that would throw off the mesh generation convergence leading to a low quality mesh.
Put in an assert to shut down mesh generation if something is obviously wrong with convergence.