-
Notifications
You must be signed in to change notification settings - Fork 919
Continuation of #1236 #1240
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
Continuation of #1236 #1240
Conversation
added screen output for LINSOL_RESIDUAL and RMS_DENSITY, and removed multigrid stuff
|
We could also remove the unused |
Parallel and hybrid regression tests for NACA0012 SST/SST_SUST, as well as the Python wrapper tests, now check rms[Rho] and LinSolRes as well. turb_naca0012_sst_fixedvalues added to parallel and hybrid regression tests.
|
Commit 1bc9649 reverts my changes to those residuals in |
|
That is possible the hybrid regression uses single precision for linear solvers. |
|
👍 for doing this @maxaehle .
I guess I am also a bit aggressive on stripping options from files, so take it with a grain of salt 🧂 . Another aspect ,which is of course nothing to be changed in this PR and is also a bit off-topic, is that lists like ... although the info there are not always perfect either, but one place to maintain is easier than a couple hundred |
NACA 0012 SST_SUST and SST fixedvalues
NACA 0012 SST, SST_SUST, SST fixedvalues
|
Hey @maxaehle , if you don't want to make further changes you can hit the merge if you like, once the tests pass. |
Proposed Changes
Remove ununsed multigrid options in cfg file of the new NACA 0012 fixed_values testcase and the SST_SUST testcase, and some other small changes.
Related Work
Continuation of #1236, comments by @pcarruscag and @TobiKattmann
PR Checklist
Put an X by all that apply. You can fill this out after submitting the PR. If you have any questions, don't hesitate to ask! We want to help. These are a guide for you to know what the reviewers will be looking for in your contribution.