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

feat: add PIROCK method #44

Merged
merged 42 commits into from
May 24, 2024
Merged

feat: add PIROCK method #44

merged 42 commits into from
May 24, 2024

Conversation

kivvix
Copy link
Contributor

@kivvix kivvix commented Mar 4, 2024

  • I have installed pre-commit locally and use it to validate my commits.
  • The PR title follows the conventional commits convention.
    Available tags: 'build', 'chore', 'ci', 'docs', 'feat', 'fix', 'perf', 'refactor', 'revert', 'style', 'test'
  • This new PR is documented.
  • This new PR is tested.

Description

Add PIROCK method from A. Abdulle and G. Vilmart, PIROCK: a swiss-knife partitioned implicit-explicit orthogonal Runge-Kutta Chebyshev integrator for stiff diffusion-advection-reaction problems with or without noise, 2012.

Related issue

How has this been tested?

  • Add nagumo_pirock.cpp demo.
  • Add tests in test_order.hxx for PIROCK, ROCK2 and ROCK4.

Code of Conduct

By submitting this PR, you agree to follow our Code of Conduct

  • I agree to follow this project's Code of Conduct

@kivvix kivvix merged commit 9df536f into hpc-maths:main May 24, 2024
16 checks passed
kivvix pushed a commit that referenced this pull request May 30, 2024
🤖 I have created a release *beep* *boop*
---


## [0.3.0](v0.2.0...v0.3.0)
(2024-05-30)


### Features

* add PIROCK method
([#44](#44))
([9df536f](9df536f))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

None yet

1 participant