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

Miscellaneous Post MHD Tweaks/Fixes #277

Merged
merged 5 commits into from
Mar 28, 2023

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    7005388 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    037af8d View commit details
    Browse the repository at this point in the history
  3. Fix minor bug in hydro restart test

    The number of timesteps differs between the MHD and hydro versions of
    the tests but that wasn't acounted for. Now it is.
    bcaddy committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    81470b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d2fc36 View commit details
    Browse the repository at this point in the history
  5. Replace ad hoc file methods with std::filesystem

    Thet systemTest::SystemTestRunner class used several, somewhat hacky,
    file manipulation methods since we weren't on C++17 when they were
    written. Now those have all been replaced with calls from
    std::filesystem.
    bcaddy committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    606ae53 View commit details
    Browse the repository at this point in the history