Skip to content

Commit

Permalink
Add upwind operators of C. Williams and K. Duru (#284)
Browse files Browse the repository at this point in the history
* added DRP DP operators by Christopher Williams and Kenneth Duru (2024)

* added tests for WilliamsDuru2024

* bump version

* Add rational tests for upwind operators

---------

Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
  • Loading branch information
Dougal-s and ranocha committed Aug 9, 2024
1 parent 8184a39 commit 39a5785
Show file tree
Hide file tree
Showing 4 changed files with 848 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SummationByPartsOperators"
uuid = "9f78cca6-572e-554e-b819-917d2f1cf240"
author = ["Hendrik Ranocha"]
version = "0.5.66"
version = "0.5.67"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand Down
Loading

2 comments on commit 39a5785

@ranocha
Copy link
Owner

@ranocha ranocha commented on 39a5785 Aug 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

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/112710

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.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

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:

git tag -a v0.5.67 -m "<description of version>" 39a5785ee783c4c4fe69ea3d07c904e593fa7327
git push origin v0.5.67

Please sign in to comment.