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 guard replacement for all 1D variables #11

Merged
merged 6 commits into from
Sep 12, 2024
Merged

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    7948dfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e237e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    5bcacc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    969177d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Disable snipping off outer guards by default as it's confusing

    - Much better to always include all guard cells so that you know what to expect and take them off as needed
    mikekryjak committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    2a3661a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Guard replacement now not automatic

    - Difficult to automatically guard replace as it's tricky to know a priori which fields should and shouldn't be guard replaced. Instead, we now provide a function to guard replace variables individually.
    mikekryjak committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    edc6c10 View commit details
    Browse the repository at this point in the history