Conversation
Same as lam_NACA0012.cfg with LINEAR_SOLVER_PREC= LINELET, compared against the default ILU(0). See su2code#2877.
This was referenced Sep 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses the regression-test part of #2877.
Adds a serial regression case for
LINEAR_SOLVER_PREC= LINELET. There is currently no LINELET coverage inTestCases.TestCases/navierstokes/naca0012/lam_NACA0012_LINELET.cfgis the laminar NACA0012 config with one added line,LINEAR_SOLVER_PREC= LINELET. The baseline uses the default ILU(0).Note: it is based on the updated
lam_NACA0012.cfgfrom #2866 (ITERinstead of the deprecatedEXT_ITER, CFL 30), so on current develop the two files differ in more than that one line until #2866 is merged. This PR does not depend on #2866; the new file parses on develop as-is. The registration is placed aftercylinder_lowmach, away from thelam_naca0012entry added in #2866, so the two PRs don't touch the same lines.At
test_iter = 20the two cases already differ, so the test is sensitive to the preconditioner:lam_NACA0012)test_valsare from a local serial clean build of current develop (8118ee0, GCC 15.2.1). The same procedure reproduces the #2866lam_naca0012values exactly. I'll update them if CI differs.This does not address the segfault reports in #2877, and only covers the serial path.