-
Notifications
You must be signed in to change notification settings - Fork 918
Hybrid parallel boundary conditions for turbulence and compressible flow solvers #975
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
Merged
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
1e7a5ea
Merge branch 'linsol_output' into hybrid_parallel_bcs
pcarruscag 520ae25
thread-safe BC's for turbulent solvers
pcarruscag 6a1ab58
thread-safe compressible solver BC's
pcarruscag 496c5f5
avoid using the small member arrays of CSolver also in its methods
pcarruscag e70d5fb
pick one boundary numerics object per thread in CIntegration (to avoi…
pcarruscag 4a21bcf
fix for turbo boundaries
pcarruscag 266ee30
un-fix CSolver::SetRotatingFrame_GCL as one restarted case was diverging
pcarruscag c46166e
Smatrix and Cvector no longer needed
pcarruscag 6ecc03c
CNSSolver::BC_HeatFlux_Wall
pcarruscag 3e8ba1b
cleanup isothermal boundary condition and remove duplication between …
pcarruscag a95105a
simple fix
pcarruscag 885ea02
cleanup wall functions
pcarruscag 33f99e3
fix for sym plane BC
pcarruscag f6935a4
delete a few useless lines from CConfig
pcarruscag a59c7ff
Merge branch 'develop' into hybrid_parallel_bcs
pcarruscag 2b5f72f
Merge branch 'develop' into hybrid_parallel_bcs
pcarruscag 4f987cd
small tweak of CSysMatrix preconditioner-allocation logic
pcarruscag 67a1051
Merge branch 'develop' into hybrid_parallel_bcs
pcarruscag faf1382
add hybrid test configuration
pcarruscag 02be287
add regression somewhere else
pcarruscag ae54af3
try again
pcarruscag a2b1317
try again
pcarruscag f6a3571
logic fix for SU2 kind
pcarruscag 5596a5d
bloody hell
pcarruscag 2e5c477
wrong script name
pcarruscag ac3981b
set reference residuals for hybrid tests
pcarruscag 76bd9f6
missing change
pcarruscag 32e7391
few testcase tweaks
pcarruscag e483760
Merge branch 'linsol_output' into hybrid_parallel_bcs
pcarruscag 46b87e1
cleanup regression script
pcarruscag ca3e637
Simplified regression.yml script
talbring 30bbd90
Merge branch 'develop' into hybrid_parallel_bcs
pcarruscag beb3da9
Small fix
talbring f88024c
Merge branch 'hybrid_parallel_bcs' of https://github.com/su2code/SU2 …
talbring 98c9a0d
Merge branch 'feature_mixed_precision' into hybrid_parallel_bcs
pcarruscag 53bd556
put mixed precision under regression
pcarruscag c8cbf90
fix bug, update hybrid regressions
pcarruscag d5f033a
Merge remote-tracking branch 'upstream/develop' into hybrid_parallel_bcs
pcarruscag 6413241
fix pywrapper
pcarruscag 0e86465
fix unit tests
pcarruscag c05943b
fix pywrapper, again
pcarruscag ef9eac3
give tests more time
pcarruscag File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
File renamed without changes.
File renamed without changes.
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
This code was unused and duplicated in CGeometry.