Skip to content

DRAFT: Swjones/rk34 integrator unit test - #1353

Open
swjones wants to merge 7 commits into
developfrom
swjones/rk34_integrator-unit-test
Open

DRAFT: Swjones/rk34 integrator unit test#1353
swjones wants to merge 7 commits into
developfrom
swjones/rk34_integrator-unit-test

Conversation

@swjones

@swjones swjones commented Dec 16, 2025

Copy link
Copy Markdown
Collaborator

PR Summary

PR Checklist

  • Code passes cpplint
  • New features are documented.
  • Adds a test for any bugs fixed. Adds tests for new features.
  • Code is formatted
  • Changes are summarized in CHANGELOG.md
  • Change is breaking (API, behavior, ...)
    • Change is additionally added to CHANGELOG.md in the breaking section
    • PR is marked as breaking
    • Short summary API changes at the top of the PR (plus optionally with an automated update/fix script)
  • CI has been triggered on Darwin for performance regression tests.
  • Docs build
  • (@lanl.gov employees) Update copyright on changed files

@pgrete pgrete left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

What inspired the addition of the unit test and will there be additional changes (because it's still DRAFT)?

Comment on lines +200 to +202
REQUIRE(std::abs(u[0] - ufinal[0]) <= 1e-2);
REQUIRE(std::abs(u[1] - ufinal[1]) <= 1e-2);
}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Shouldn't the errors be smaller than for the rk3 one?

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