Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize stability polynomial evaluation and add order star plots #70

Merged
merged 5 commits into from
Jul 12, 2020

Conversation

YingboMa
Copy link
Member

julia> using BenchmarkTools

julia> tab = constructTsitourasPapakostas6();

julia> @btime stability_region(0.1, $tab) # PR
  460.810 ns (4 allocations: 1.50 KiB)
1.1051709180753968

julia> @btime stability_region(0.1, $tab) # master
  1.411 μs (16 allocations: 6.11 KiB)
1.1051709180753968

RadauIIA5 stability region:
radau5stab

image

RadauIIA5 order star:
radau5star

image

The reference plots are from Hairer & Wanner http://www.unige.ch/~hairer/preprints/coimbra.pdf

```julia
julia> using BenchmarkTools

julia> tab = constructTsitourasPapakostas6();

julia> @Btime stability_region(0.1, $tab) # PR
  460.810 ns (4 allocations: 1.50 KiB)
1.1051709180753968

julia> @Btime stability_region(0.1, $tab) # master
  1.411 μs (16 allocations: 6.11 KiB)
1.1051709180753968
```
@YingboMa YingboMa requested a review from ChrisRackauckas July 11, 2020 22:18
@YingboMa YingboMa force-pushed the myb/stability_ply branch from 6919904 to 0798805 Compare July 11, 2020 22:19
@YingboMa YingboMa merged commit 260b90d into master Jul 12, 2020
@YingboMa YingboMa deleted the myb/stability_ply branch July 12, 2020 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants