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

Add Fluidity cornerflow 2d example #179

Merged
merged 13 commits into from
Mar 28, 2024
Merged

Add Fluidity cornerflow 2d example #179

merged 13 commits into from
Mar 28, 2024

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    2c08bec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a373a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4104c51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    161566b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf43346 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c529cab View commit details
    Browse the repository at this point in the history
  7. fix: Use python for arithmetic in Makefile

    Shell doesn't understand scientific notation and POSIX arithmetic is
    extremely brittle.
    adigitoleo committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    647a8ed View commit details
    Browse the repository at this point in the history
  8. fix: Change signature of velocity (gradient) callables to f(t, x)

    Closes #180.
    
    Note that we are now officially `f(t, x)` people. Any use of `f(x, t)`
    will be met with scorn and disgust.
    adigitoleo committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    63a5a52 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9200b97 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e0ba591 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    24a80a9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a25dd08 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. fix: Fix typo

    adigitoleo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    474ca52 View commit details
    Browse the repository at this point in the history