-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(0.94.0) Overhaul spacings functions to return `KernelFunctionOperati…
…on`s (#3143) * fix spacings methods for immersed boundary grids * Update src/ImmersedBoundaries/immersed_grid_metrics.jl Co-authored-by: Navid C. Constantinou <[email protected]> * Update src/ImmersedBoundaries/immersed_grid_metrics.jl Co-authored-by: Navid C. Constantinou <[email protected]> * add tests for spacing(s) on IBG * don't redefine x/y/zspacing methods * Correct merge `main` * Disambiguate `yspacings` * Cleanup? * Add `*spacing` functions that rely on `KernelFunctionOperation`s * Declutter `ImmersedBoundaries` module * Changes needed to fix tests * Fix tests * Bump v0.94.0 * spacings functions now return a `KernelFunctionOperation` * Address some review comments and fix OSSG tests * Address more review comments, update and fix tests * Fix more tests * Fix bug in Makie ext * Update src/Grids/rectilinear_grid.jl Co-authored-by: Gregory L. Wagner <[email protected]> * Update src/Grids/latitude_longitude_grid.jl Co-authored-by: Gregory L. Wagner <[email protected]> * Update src/Grids/orthogonal_spherical_shell_grid.jl Co-authored-by: Gregory L. Wagner <[email protected]> * Update src/Grids/orthogonal_spherical_shell_grid.jl Co-authored-by: Gregory L. Wagner <[email protected]> * Update src/Grids/orthogonal_spherical_shell_grid.jl Co-authored-by: Gregory L. Wagner <[email protected]> * Use correct locations for OSSG spacings functions * Simpler `scatterlines` plotting for vertical grid spacing * Forgot to use `first` * Define spacing functions for `::Nothing` using superscript `ᵃ` * Define methods only once * Update some tests * Need to define more spacing functions for `RectilinearGrid` * Also define `:ᵃ` derivative operators * Need to export some derivatives * Also use `:ᵃ` for immersed grid metrics. * Update vertical grid plotting in ocean wind mixing example * Trying to define the complete set without duplicates * Revert "Trying to define the complete set without duplicates" This reverts commit 735a16f. * Revert "Also use `:ᵃ` for immersed grid metrics." This reverts commit bbe6967. * Revert "Need to export some derivatives" This reverts commit 000473f. * Revert "Also define `:ᵃ` derivative operators" This reverts commit c748494. * Let's try this again * Reorganize and define some specialized spacings * Some more spacings * Fix doctests * Fix docs * Fix plotting examples in docs --------- Co-authored-by: Navid C. Constantinou <[email protected]> Co-authored-by: Ali Ramadhan <[email protected]> Co-authored-by: Gregory Wagner <[email protected]>
- Loading branch information
1 parent
bb42ddd
commit cb9e6d2
Showing
26 changed files
with
724 additions
and
655 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
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
Oops, something went wrong.
cb9e6d2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
cb9e6d2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/119447
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:
Also, note the warning: Version 0.94.1 skips over 0.94.0
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.
cb9e6d2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
cb9e6d2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request updated: JuliaRegistries/General/119447
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: