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

Fix oscillations in Heun2 IMEX dense output #5734

Merged

Commits on Feb 8, 2024

  1. Make TimeStepperTestUtils convergence_rate public

    No behavior change.
    wthrowe committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    39f84e7 View commit details
    Browse the repository at this point in the history
  2. Add a stride to convergence_rate, adjust interface

    Some uses already have a pair, so let them pass it instead of forcing
    unpacking.
    wthrowe committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    00fb3a2 View commit details
    Browse the repository at this point in the history
  3. Move LTS-related test helpers to separate file

    Move some things out of the giant TimeStepperTestUtils.
    wthrowe committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    32bbbff View commit details
    Browse the repository at this point in the history
  4. Move IMEX-related test helpers to separate file

    More shrinking the giant TimeStepperTestUtils.
    wthrowe committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    91f4a9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9219afa View commit details
    Browse the repository at this point in the history
  6. Change Heun2 dense output to linear interpolation

    The quadratic output was highly oscillatory in IMEX evolutions.
    wthrowe committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    2f0e744 View commit details
    Browse the repository at this point in the history