-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor catenary bug fixes and bath plot tweak:
- Catenary: adjustment to avoid error with never-ending recursive loop when solving profile of U shaped lines (by removing Tol from seabed contact). - Catenary: fixed irregularity on node outputs of U shaped profiles. Now the nodes are evently distributed as expected. - System plotting: editing optional bathymetry plotting arguments to now have "args_bath", a dictionary of optional arguments that go straight to the 3d surface plotting function to allow greater control. cmap_bath and alpha are now removed as separate options.
- Loading branch information
Showing
3 changed files
with
23 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters