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

Adding quasi 1d shallow water equations #1619

Merged
merged 30 commits into from
Sep 14, 2023

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    f3f397f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a97dabd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b340a74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af25d90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5defbf6 View commit details
    Browse the repository at this point in the history
  6. minor comment fix

    jlchan committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    c045570 View commit details
    Browse the repository at this point in the history
  7. adding tests

    jlchan committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    09b2e4e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    71fab3e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3362c04 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    09ec421 View commit details
    Browse the repository at this point in the history
  11. formatting

    jlchan committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    2d5c704 View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'KrisshChawla/quasi_shallow_water_1d' in…

    …to quasi_shallow_water_1d
    jlchan committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    70c01ad View commit details
    Browse the repository at this point in the history
  13. formatting

    jlchan committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d4f58b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. forgot comma

    jlchan committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d434e89 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Hendrik Ranocha <[email protected]>
    KrisshChawla and ranocha authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    2a2cb46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32d0289 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Andrew Winters <[email protected]>
    KrisshChawla and andrewwinters5000 authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0bc2e29 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5330cc5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    682bb76 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. comment fix

    KrisshChawla authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    875b835 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2f6c36 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

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

Commits on Sep 8, 2023

  1. Added well-balancedness test for shallow_water_quasi_1d

    The initial condition in the elixir is intended to test a discontinuous channel width 'a(x)' and bottom topography 'b(x)' on a periodic mesh.
    KrisshChawla committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    3df9255 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    baef12d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c70ca5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edf45e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef6503c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc4c50b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7508ebc View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

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