-
Notifications
You must be signed in to change notification settings - Fork 978
Fix multigrid agglomeration #2712
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 99 commits
Commits
Show all changes
127 commits
Select commit
Hold shift + click to select a range
8ef8e5c
agglomeration only
bigfooted ef5b3df
agglomeration on mpi
bigfooted 7685588
fix euler walls
bigfooted 3d5cb12
remove debugging stuff
bigfooted e18050b
helper function
bigfooted 2a70b87
before helper function
bigfooted 69e5d5b
remove debug info
bigfooted 40b8638
precommit
bigfooted bb3a25a
remove implicit lines
bigfooted c58caf9
cleanup commented stuff
bigfooted ec0bf2e
precommit
bigfooted 7ab2ea9
cleanup
bigfooted 6049a59
cleanup
bigfooted b60fe4a
cleanup
bigfooted 4bcc049
precommit
bigfooted 2424d6e
cleanup
bigfooted 626a242
add damping based on mesh level
bigfooted 42fa32d
small cleanup
bigfooted 64cd69b
Merge branch 'develop' into fix_MG_part_1
bigfooted 9845ff2
change CFL adjustment to safe value.
bigfooted fc1de16
change CFL adjustment to safe value.
bigfooted 457f160
auto CFL adjustment for coarse meshes
bigfooted 53a6c28
precommit
bigfooted 8f1a7f7
Merge branch 'develop' into fix_MG_part_1
bigfooted cd46ff7
fix omp
bigfooted 59043d7
reduce cfl complexity
bigfooted 41d0e18
constant but adaptive cfl for multigrid meshes
bigfooted ae206e3
fix multigrid with claude sonnet
bigfooted d326b68
small modification to coefficients
bigfooted 64a676b
remove unused function
bigfooted 96caa0e
Potential fix for code scanning alert no. 6152: Commented-out code
bigfooted 336aeae
Potential fix for code scanning alert no. 6153: Commented-out code
bigfooted 4ecbde5
fix codi constexpr is not a literal
bigfooted d57ab24
Merge branch 'fix_MG_part_1' of https://github.com/su2code/su2 into f…
bigfooted 9bfcd71
fix codi different type error
bigfooted 7e0ccf1
precommit
bigfooted b63a428
fix symmetry shared node
bigfooted e86b74f
fix constexpr
bigfooted f30060b
cleanup
bigfooted 4cdb106
merge
bigfooted 135cdd5
Merge branch 'fix_symmetry' into fix_MG_part_1
bigfooted e1523ef
fix adjoint local cfl
bigfooted 3269c08
precommit
bigfooted 4be3e7c
Potential fix for code scanning alert no. 6158: Commented-out code
bigfooted b3c88fe
Potential fix for code scanning alert no. 6157: Commented-out code
bigfooted cf8f7d1
fix easy regression tests
bigfooted 60d3441
Merge branch 'fix_MG_part_1' of https://github.com/su2code/su2 into f…
bigfooted 208bf95
merge, fix data race
bigfooted 2c65015
modify some OMP stuff
bigfooted 0082b3e
cleanup some omp
bigfooted 4491882
Update SU2_CFD/src/integration/CMultiGridIntegration.cpp
bigfooted 15811bf
Update Common/src/geometry/CMultiGridGeometry.cpp
bigfooted 1bf97f7
cleanup
bigfooted e8bd252
Merge branch 'fix_MG_part_1' of https://github.com/su2code/su2 into f…
bigfooted 8d62659
Update Common/src/geometry/CMultiGridGeometry.cpp
bigfooted 6593761
Update SU2_CFD/src/integration/CMultiGridIntegration.cpp
bigfooted 5de0c22
cleanup and implement review suggestions
bigfooted 851cff0
Merge branch 'fix_MG_part_1' of https://github.com/su2code/su2 into f…
bigfooted f8861f4
Update SU2_CFD/src/integration/CMultiGridIntegration.cpp
bigfooted 2e42206
cleanup and implement review suggestions
bigfooted b8f237c
Merge branch 'fix_MG_part_1' of https://github.com/su2code/su2 into f…
bigfooted 729796c
cleanup and implement review suggestions
bigfooted 030cb83
cleanup and implement review suggestions
bigfooted 8da07e3
merge with develop
bigfooted aa373bd
Potential fix for code scanning alert no. 6155: Commented-out code
bigfooted 047c80f
remove unused includes
bigfooted 060ed49
Merge branch 'fix_MG_part_1' of https://github.com/su2code/su2 into f…
bigfooted aaab3ff
add removed part
bigfooted f0de4b7
remove duplicate includes
bigfooted e5f745f
cleanup
bigfooted d2d0bf2
clanh
bigfooted 7fe495f
Merge branch 'develop' into fix_MG_part_1
bigfooted af32849
add OMP_BARRIER, possible fix for data race.
bigfooted 650bd26
Merge branch 'fix_MG_part_1' of https://github.com/su2code/su2 into f…
bigfooted 9a0de27
use OMP_MASTER instead, possible fix for data race.
bigfooted 7f91e5d
revert OMP_MASTER implementation
bigfooted 5822788
Merge branch 'develop' into fix_MG_part_1
bigfooted 8ee0c41
using passivedouble
bigfooted 90a36f7
Merge branch 'fix_MG_part_1' of https://github.com/su2code/su2 into f…
bigfooted 89a0ca7
using OMP_SAFE_GLOBAL_ACCESS
bigfooted 6f2631c
deactivate adaptive mg-cfl
bigfooted 1fc39e7
change back for regression
bigfooted 1ddb4e7
cleanup the SU2_OMP_BARRIER stuff
bigfooted 9705302
Merge branch 'develop' into fix_MG_part_1
bigfooted edb8899
fix some rotating frame issue and update residuals
bigfooted cb2a1d1
Update MLPCpp submodule to match develop
bigfooted 8fb06d1
Update more regressions
bigfooted abf1eaa
Update hybrid_regression_AD
bigfooted 644bf23
Update ref files
bigfooted 6de8a52
Update regression tests
bigfooted 1947d57
change the mg adaptive cfl to passivedouble
bigfooted 0f77be8
change tolerances
bigfooted 5583ebc
put presmoothing and postsmoothing in separate functions
bigfooted 567258b
remove unused variable
bigfooted 7546f8f
change getnRKstep
bigfooted 89fa69f
remove unused variable
bigfooted a11f9a7
fix nrkstep
bigfooted 096dfb6
add briefs, use numerics_limits
bigfooted cc53635
remove stuff intended for part 2
bigfooted bf7167b
Update Common/include/CConfig.hpp
bigfooted 17c0dcf
Merge branch 'develop' into fix_MG_part_1
bigfooted 170590c
review suggestions - easy stuff
bigfooted 2e5fe28
Update SU2_CFD/src/integration/CMultiGridIntegration.cpp
bigfooted 35a8445
review suggestions - move functions
bigfooted e19111f
Merge branch 'fix_MG_part_1' of https://github.com/su2code/su2 into f…
bigfooted 8376cfd
remove redundant comms
bigfooted eabcdf3
add redundant comms again
bigfooted a0a4cbe
remove barrier from pre and post
bigfooted 7c0b269
remove barrier after multigrid_cycle
bigfooted 198f213
add barrier
bigfooted d1f5809
fix the hybrid python test by adding mpi bcast again
bigfooted 60a9ca9
remove mpi bcase, problem was in allreduce
bigfooted 97176d8
Merge branch 'develop' into fix_MG_part_1
bigfooted 6df29bd
update regressions again
bigfooted dfa47c0
Potential fix for code scanning alert no. 6189: Commented-out code
bigfooted 8abd6c6
remove commented code
bigfooted e4ac622
switch off eulerwall projection correction
bigfooted f8849e1
add barriers to testcase
bigfooted a50f117
fix for projecteulerwall
bigfooted 5f73249
fix for projecteulerwall
bigfooted 0f91dd2
fix regressions
bigfooted 5bf1969
lower CFL
bigfooted 4cb43e5
cleanup
bigfooted 07993dd
temporarily comment euler wall curvature agglomeration
bigfooted 46c7b62
ordered reduction for dot products
pcarruscag 91dec2f
uncomment euler wall agglomeration
bigfooted f707230
update regression
bigfooted 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.