-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better transition mesh size for subetting script #85
Comments
During testing of the updated algorithm some issues were revealed that are being worked on.
The following has been fixed (cc'ing since the issue is on a private repo):
|
Right now the transition zone between high and low resolution mesh regions are meshed without specifying any mesh size, hence the transition is usually from a low-resolution size, to a larger size and then smaller to a high-resolution size. At the very least, it might make more sense if it doesn't go larger than the adjacent mesh sizes on either of the sides.
The text was updated successfully, but these errors were encountered: