Skip to content

Commit

Permalink
Add Sharan, Brady, Livescu 2022 operators (#202)
Browse files Browse the repository at this point in the history
* add Sharan et al 2022 operators

* formatting

* improve accuracy using rationals

* use alpha_left=alpha_right=1.0 for tests

* bump version

* at-unpack to support Julia v1.6 (LTS)

* specialize `construct_grid`

* test non-uniform SharanBradyLivescu2022 grids

---------

Co-authored-by: Hendrik Ranocha <mail@ranocha.de>
  • Loading branch information
jlchan and ranocha committed Jul 23, 2023
1 parent 34aaa1e commit bf0102d
Show file tree
Hide file tree
Showing 4 changed files with 307 additions and 3 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.41"
version = "0.5.42"

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

2 comments on commit bf0102d

@ranocha
Copy link
Owner

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

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.42 -m "<description of version>" bf0102d6d1f00bfdb3efffac3eaba2df933149c4
git push origin v0.5.42

Please sign in to comment.