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

Hermes-3 merges #1

Open
wants to merge 37 commits into
base: next
Choose a base branch
from
Open

Hermes-3 merges #1

wants to merge 37 commits into from

Commits on Jun 14, 2023

  1. Add Array<int> to Options

    Enable 1D arrays of integers to be read from NetCDF files,
    and made available via `Mesh::get()`. Mainly useful for
    mesh construction.
    bendudson committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9d7f620 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. GridFile: Check sizes, allocate vector ints

    When reading 1D vector of ints, check that the input is long enough,
    and resize the output vector.
    bendudson committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    c8e3dd0 View commit details
    Browse the repository at this point in the history
  2. Add limiters in input mesh

    A short-term fix, allowing extra limiters to be added with inputs:
    
    limiter_count : int
    limiter_yinds : [int], length limiter_count
    limiter_xstarts : [int], length limiter_count
    limiter_xends : [int], length limiter_count
    
    The limiter(s) are added between yinds[i] and yinds[i] + 1
    bendudson committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    2e9f495 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c77e00 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    7d261d4 View commit details
    Browse the repository at this point in the history
  2. Apply black changes

    bendudson authored and github-actions[bot] committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    30a93f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    fee27c9 View commit details
    Browse the repository at this point in the history
  2. Add setName function

    dschwoerer committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    96da2e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e56981c View commit details
    Browse the repository at this point in the history
  4. Dump debug file if PVODE fails

    Use the new track feature (better name required) to dump the different
    components of the ddt() as well as the residuum for the evolved fields.
    dschwoerer committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6b2c132 View commit details
    Browse the repository at this point in the history
  5. Add tracking to Field3D

    This keeps track of all the changes done to the field and stores them to
    a OptionsObject.
    dschwoerer committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    df2d661 View commit details
    Browse the repository at this point in the history
  6. Add tracking to Field3D

    This keeps track of all the changes done to the field and stores them to
    a OptionsObject.
    dschwoerer committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    263f9fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bac4ca9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    708bdcb View commit details
    Browse the repository at this point in the history
  9. Fix bad cherry-pick

    dschwoerer committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d88b454 View commit details
    Browse the repository at this point in the history
  10. Update to new API

    dschwoerer committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    023bc41 View commit details
    Browse the repository at this point in the history
  11. Fix documentation

    dschwoerer committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    affc995 View commit details
    Browse the repository at this point in the history
  12. Apply clang-format changes

    dschwoerer authored and github-actions[bot] committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    71f5b6a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    31fd461 View commit details
    Browse the repository at this point in the history
  2. Use more meaningful names

    dschwoerer committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    17e46cf View commit details
    Browse the repository at this point in the history
  3. Apply clang-format changes

    dschwoerer authored and github-actions[bot] committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9c0ae16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a17b49 View commit details
    Browse the repository at this point in the history
  5. Workaround for gcc 9.4

    gcc 9.4 is unable to correctly parse the construction for the function
    argument, if name.change is used directly. First making a copy seems to work
    around that issue.
    dschwoerer committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2f7c3c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    d611758 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db96b7e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    84bfcef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73265df View commit details
    Browse the repository at this point in the history
  3. Apply clang-format changes

    dschwoerer authored and github-actions[bot] committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8ff388a View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    d7f8807 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    acdc86c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87e6877 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Apply clang-format changes

    mikekryjak authored and github-actions[bot] committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    ffca58c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb7c0f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01951e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44022f9 View commit details
    Browse the repository at this point in the history
  5. merge

    mikekryjak committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    9cccd66 View commit details
    Browse the repository at this point in the history
  6. Apply clang-format changes

    mikekryjak authored and github-actions[bot] committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    79821e2 View commit details
    Browse the repository at this point in the history