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

Low-Mach averaging #276

Closed
wants to merge 13 commits into from
Closed

Low-Mach averaging #276

wants to merge 13 commits into from

Commits on Apr 24, 2024

  1. hooking up averaging to loMach

    Sigfried Haering committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3b2c757 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. fixes bugs: no averaging was throwing a float exception on the addSam…

    …ple check and use of a null pointer when no variance calc is specified for fields. Still an issue with multiple fields and a segfault on the d_mean assignment line in addSampleInternal
    Sigfried Haering committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    45c11e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. fix to rms calculation loop and added restart checks

    Sigfried Haering committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f3151b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. small change

    Sigfried Haering committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    86a80e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. merging w/ main

    Sigfried Haering committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    047386b View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. fix to restart procedure

    Sigfried Haering committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1bf95ee View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. added test case

    Sigfried Haering committed May 3, 2024
    Configuration menu
    Copy the full SHA
    fce98a8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into fix-averaging

    Sigfried Haering committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b007dc2 View commit details
    Browse the repository at this point in the history
  3. working through warnings

    Sigfried Haering committed May 3, 2024
    Configuration menu
    Copy the full SHA
    842abec View commit details
    Browse the repository at this point in the history
  4. ...

    Sigfried Haering committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b0b3aa7 View commit details
    Browse the repository at this point in the history
  5. ...

    Sigfried Haering committed May 3, 2024
    Configuration menu
    Copy the full SHA
    17a0303 View commit details
    Browse the repository at this point in the history
  6. fix in restart flag for rms

    Sigfried Haering committed May 3, 2024
    Configuration menu
    Copy the full SHA
    41bb24c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d8d0e9b View commit details
    Browse the repository at this point in the history