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

Removing some advection schemes #3659

Merged
merged 4 commits into from
Jul 23, 2024
Merged

Conversation

simone-silvestri
Copy link
Collaborator

@simone-silvestri simone-silvestri commented Jul 23, 2024

These schemes are dominated (in terms of both accuracy and speed) by the default methods and, since they should not be used because they are always a worst option, it makes sense to remove them not to continue maintaining them.

These are:

  • JS WENO formulation for smoothness indicators (dominated by the ZWENO formulation)
  • Velocity-based upwinding for divergence and Bernoulli term in the vector invariant formulation (dominated by the other two options: OnySelfUpwinding and CrossandSelfUpwinding)

Thus, this PR removes these methods

@simone-silvestri
Copy link
Collaborator Author

There is some problem with Enzyme here, which is weird because this PR only removes code does not add anything new

@glwagner
Copy link
Member

That's good to find. Try updating the manifest?

@simone-silvestri simone-silvestri merged commit eb7c178 into main Jul 23, 2024
46 checks passed
@simone-silvestri simone-silvestri deleted the ss/remove-useless-methods branch July 23, 2024 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants