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

[WIP] add a compressible convection problem #293

Open
wants to merge 34 commits into
base: main
Choose a base branch
from

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    1ca7ccb View commit details
    Browse the repository at this point in the history
  2. compressible: add a get_external_sources method

    this will make it easier to do external sources problem-by-problem
    zingale committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6e05e62 View commit details
    Browse the repository at this point in the history
  3. fix linting

    zingale committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    47b5eb2 View commit details
    Browse the repository at this point in the history
  4. create a U_old

    zingale committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    bb483b0 View commit details
    Browse the repository at this point in the history
  5. fix typo

    zingale committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b8ab28b View commit details
    Browse the repository at this point in the history
  6. fix

    zingale committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    59a1921 View commit details
    Browse the repository at this point in the history
  7. fix stack

    zingale committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b476e6f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    110d7dc View commit details
    Browse the repository at this point in the history
  9. fix pylint

    zingale committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    275bb46 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4baf3cc View commit details
    Browse the repository at this point in the history
  11. this works now

    zingale committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f5d6a84 View commit details
    Browse the repository at this point in the history
  12. update classes

    zingale committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    cdea66d View commit details
    Browse the repository at this point in the history
  13. update modules

    zingale committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    22cefac View commit details
    Browse the repository at this point in the history
  14. update source

    zingale committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    4352ef0 View commit details
    Browse the repository at this point in the history
  15. add the plume problem

    zingale committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c8ef31b View commit details
    Browse the repository at this point in the history
  16. add more doc

    zingale committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9bce42a View commit details
    Browse the repository at this point in the history
  17. fix spherical grav

    zingale committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    012a9e5 View commit details
    Browse the repository at this point in the history
  18. update coord

    zingale committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    3ab90fe View commit details
    Browse the repository at this point in the history
  19. fix flake8

    zingale committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    71a0224 View commit details
    Browse the repository at this point in the history
  20. fix pylint

    zingale committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    26ffe6f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. fix p gradient sign

    zingale committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0bde429 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c33c36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d75ab08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    078cb2f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    4ce2545 View commit details
    Browse the repository at this point in the history
  2. fix flake8

    zingale committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    f40525f View commit details
    Browse the repository at this point in the history
  3. fix crash

    zingale committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e3e2ad7 View commit details
    Browse the repository at this point in the history
  4. fix stage data

    zingale committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    f3cbca1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37a072d View commit details
    Browse the repository at this point in the history
  6. hook problem sources into RK

    zingale committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    87d148f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    baf26f8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c01f5f8 View commit details
    Browse the repository at this point in the history
  9. add source to the predictor

    zingale committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    d4a1486 View commit details
    Browse the repository at this point in the history
  10. add a convection problem

    zingale committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5ef5194 View commit details
    Browse the repository at this point in the history