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

Navier-Stokes in 2D on DGMulti and TreeMesh #1165

Merged
merged 78 commits into from
Jul 29, 2022
Merged

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    60cce54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46ae5fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f6558f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dde54d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    daaeac3 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    4a39883 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84d8454 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3879a3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    435e081 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b59fef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3b7870 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Apply suggestions from code review

    Co-authored-by: Hendrik Ranocha <[email protected]>
    andrewwinters5000 and ranocha authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    5dc8301 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f316684 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02c14e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd733bb View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Configuration menu
    Copy the full SHA
    a1a48fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8db203 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06e69b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eda9737 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b469bce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb646b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    f32ef8c View commit details
    Browse the repository at this point in the history
  2. fix unpacking of flux

    jlchan committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    f6bca76 View commit details
    Browse the repository at this point in the history
  3. modifying parabolic cache creation

    in cache, we assume we take the gradient of all hyperbolic variables. since the number of parabolic variables can differ from the number of hyperbolic variables, we pass in the hyperbolic equations to `create_cache_parabolic` now
    jlchan committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    9b5dd35 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. comments

    jlchan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    21e1c99 View commit details
    Browse the repository at this point in the history
  2. comments

    jlchan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    19f004e View commit details
    Browse the repository at this point in the history
  3. formatting and renaming equations to equations_hyperbolic

    formatting comments
    jlchan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    de442bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    298b726 View commit details
    Browse the repository at this point in the history
  5. adding CNS BCs

    jlchan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    01f8325 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f04e71 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36e3b68 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6bf91eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a0ea3f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    c103e2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    845c133 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d717a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8471273 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96667e6 View commit details
    Browse the repository at this point in the history
  6. add TODO

    more todos
    jlchan committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    73e4740 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c05f66 View commit details
    Browse the repository at this point in the history
  8. adding isothermal BC

    jlchan committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    d5e7f9e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    89acae8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f503b85 View commit details
    Browse the repository at this point in the history
  11. comments and cleanup

    jlchan committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    41b41a9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1107def View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f90afb9 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. label tests

    jlchan committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    2e7019f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    063b602 View commit details
    Browse the repository at this point in the history
  3. Revert "add gradient_variables field to SemidiscretizationHyperbolicP…

    …arabolic"
    
    This reverts commit 063b602.
    jlchan committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    50d76df View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

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

Commits on Jul 12, 2022

  1. allowing for specialization in transform_variables

    adding a function `gradient_variable_transformation` which should get specialized if the gradient variables are not conservative variables
    jlchan committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    549793c View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. formatting and comments

    jlchan committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    3e3e41f View commit details
    Browse the repository at this point in the history
  2. reverting elixir

    jlchan committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    6347151 View commit details
    Browse the repository at this point in the history
  3. comments

    jlchan committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    eb98568 View commit details
    Browse the repository at this point in the history
  4. standardizing time tol

    jlchan committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    766cdc5 View commit details
    Browse the repository at this point in the history
  5. minor fix to CNS boundary flux for convenience

    make it so that the density state is computed correctly, even though it's not used
    jlchan committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    c865fb7 View commit details
    Browse the repository at this point in the history
  6. formatting + comments

    jlchan committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    08768a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c38bdb View commit details
    Browse the repository at this point in the history
  8. minor formatting

    jlchan committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    0f67dd0 View commit details
    Browse the repository at this point in the history
  9. add CNS tests

    jlchan committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    6a1d908 View commit details
    Browse the repository at this point in the history
  10. fix test

    jlchan committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    6d5be6c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bc58754 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f13045a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d29d583 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    abd020b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    663f465 View commit details
    Browse the repository at this point in the history
  2. adding AD checks

    jlchan committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    5ae580b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    e0c3b84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfffc00 View commit details
    Browse the repository at this point in the history
  3. minor cleanup

    jlchan committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    17eafbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c4e098 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b70bbc0 View commit details
    Browse the repository at this point in the history
  6. removing redundant elixir

    jlchan committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    13e0c8f View commit details
    Browse the repository at this point in the history
  7. add more tests

    jlchan committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    8cecb5f View commit details
    Browse the repository at this point in the history
  8. add more test

    jlchan committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    adb8eca View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Apply suggestions from code review

    Co-authored-by: Hendrik Ranocha <[email protected]>
    andrewwinters5000 and ranocha authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    3281b49 View commit details
    Browse the repository at this point in the history
  2. add docstrings

    jlchan committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    98ea1bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf43508 View commit details
    Browse the repository at this point in the history