-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Updating Limiters for Finite Volume Formulation #28892
Conversation
@freiler plase also take a look if you can |
To-do:
|
you'll want to get rid of the submodule update in the wasp folder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should I wait to review this until you've removed the WIP label? In which case should we convert this to draft?
You can mention me once you're done pushing and I will review. Going to unsubscribe for now |
We'll want to reduce the size of the tests. 25x25 for a full grid of tests is bloating the repo. You ll see it fail the same way with 5x5 but at (theoretically) 1/25th of the memory cost |
Job Documentation, step Docs: sync website on fe27fcd wanted to post the following: View the site here This comment will be updated on new commits. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
early feedback, not quite done but might be delayed tomorrow
modules/navier_stokes/test/tests/finite_volume/limiters/dispersion-test/tests
Outdated
Show resolved
Hide resolved
… vanLeer vector limiter (ref difs ~1e-5) Refs idaholab#28891
…nvergence is at leaste the required order of convergence Refs idaholab#28891
…ng test tolerance Refs idaholab#28891
c580b5b
to
5459bb6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks for addressing all the comments on this PR! @GiudGiud if this is good to go from your side too we could merge this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Guillaume Giudicelli <guillaume.giudicelli@gmail.com> regolding tests to latest mods in limiters and avoid testing unnecessary recovers Refs idaholab#28891
Co-authored-by: Peter German <31662443+grmnptr@users.noreply.github.com>
…der limiting schemes Refs idaholab#28891
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test failures (FENIX build failure) due to old recipes (pyne issue) and unrelated
Closes #28891