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

fix: Correct P0 deprecation #1568

Merged
merged 3 commits into from Apr 29, 2024
Merged

fix: Correct P0 deprecation #1568

merged 3 commits into from Apr 29, 2024

Conversation

jrwrigh
Copy link
Collaborator

@jrwrigh jrwrigh commented Apr 27, 2024

Misuse of PetscOptionsDeprecated caused the P0 option to be ignored for some reason.

TODO:

  • Correctly use PetscOptionsDeprecated for the symmetry boundary conditions
  • Add test that modifies the P0/pressure_infinity flag. That will (hopefully) help catch these issues more easily.

the PetscOptionsDeprecated caused the P0 option to be ignored for some
reason
It will automatically replace the old option with the new option if
`PetscOptionsDeprecated` is specified before the new option name.
@jrwrigh jrwrigh marked this pull request as ready for review April 28, 2024 21:00
@jrwrigh jrwrigh added 1-In Review and removed 0-WIP labels Apr 28, 2024
examples/fluids/index.md Outdated Show resolved Hide resolved
Also re-instates the old P0 behavior with regard to the idl_pressure
@jrwrigh jrwrigh merged commit 7dc3a04 into main Apr 29, 2024
23 of 24 checks passed
@jrwrigh jrwrigh deleted the jrwrigh/fix_blasius_state branch April 29, 2024 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants