-
Notifications
You must be signed in to change notification settings - Fork 68
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
adding high-fidelity option to meshgen for meshing hardened shorelines/coastal structures #264
Conversation
Fixed an error when obj.contourfile has more than 1 item.
Fixed error when finputname has more than 1 item.
Update to geodata.m from Oleg to display information when more then one file is present.
Update diagnostic info when reading shapefiles in Read_shapefile.m.
…s/coastal structures
Looks like there was a formatting issue with |
Keep in mind, this approach is set up to work for a single domain. You'll need to create a nested function inside mesh1d to correctly handle the multiscale case. Also keep in mind the pseudo deltaT for the 1d mesh generation problem should be pretty small or otherwise it goes numerically unstable. |
… adding it to the runall example script
Restoring mesh imprv strategy in absence of high_fidelity mode.
I have restored a mesh improvement strategy that improves the element qualities nearby the weirs. This will be auto deactivated when using the high fidelity mode. The JBAY test produced a difference of 6% in total number of nodes from the test value but the more important part is the weirs were correctly meshed. |
@krober10nd It looks good to me, can you do the approval and merging and new version release? |
No description provided.