Skip to content

Tags: CHLNDDEV/OceanMesh2D

Tags

V6.0

Toggle V6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
adding high-fidelity option to meshgen for meshing hardened shoreline…

…s/coastal structures (#264)

- geodata.m: Fixed an issue where errors occurred if obj.contourfile contained multiple items.
- Read_shapefile.m: Addressed a bug where errors were thrown if finputname contained more than one item.
- Make_f15.m: General update.
- README.md: Updated documentation.
- meshgen: Introduced a high-fidelity option for improved meshing of hardened shorelines and coastal structures. This includes adding 1D meshing routines and tests, fixing issues related to merging with the master branch, and implementing high fidelity meshing routines. Also addressed bugs in subsetting with ocean boundary and handling cases where LN goes to zero, causing F to go to infinity (now zeros out).
- Example scripts: Added examples demonstrating the high fidelity meshing option, included a suffix for images to distinguish between different meshing strategies, and resolved issues from a bad merge with meshgen. Updated the setup in the runall example script and made format changes to align with recent updates, including the new Example13.
- meshgen.m: Restored mesh improvement strategy when not in high_fidelity mode.
- Test updates: Modified the JBAY test to reflect updated expected mesh outcomes and integrated changes into the documentation and example scripts to showcase the new features and fixes.

---------

Co-authored-by: omouraenko <[email protected]>
Co-authored-by: Keith Roberts <[email protected]>

V5.0

Toggle V5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #247 from CHLNDDEV/release_version

*Prepare for new version

V4.0

Toggle V4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md (#199)


* update changelog to 4.0.0


Co-authored-by: Keith Roberts <[email protected]>

V3.3

Toggle V3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
prep for v3.3 (#163)

* Update changelog and add citing section. 

Co-authored-by: William Pringle <[email protected]>

V3.2

Toggle V3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Multiscale meshing--mesh resolution transitions (#119)

* Bug fix to dpoly.m

   * if sum(inside) == 0 then d_l will not exist, but it seems like it sum(inside) is zero then it doesn't use the d_l 
     anyway so can just return then.

* use splitting at initial point generation to ensure mesh resolution transitions between largely disparate nests are sufficiently smooth for good mesh qualities. 


Co-authored-by: Keith Roberts <[email protected]>

V3.1

Toggle V3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #97 from CHLNDDEV/Small_addition

Small changes

V3.0.0

Toggle V3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #62 from CHLNDDEV/reorganization

Reorganization of files.

V2.5.0

Toggle V2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #26 from CHLNDDEV/krober10nd-patch-1

Linking my thesis to references

V2.0

Toggle V2.0's commit message
Update Example_3_ECGC.m

- demonstrating the use of arbitrary  polygons to mesh within (in both outer and inner nests)

V1.0

Toggle V1.0's commit message
Some fixes for the examples

- Now all examples include the makens function and the interp function at the end (except for the NZ example which doesn't include bathy)
- Other various fixes to ensure everything works and plots smoothly and is clean