-
Notifications
You must be signed in to change notification settings - Fork 908
[WIP] fix multigrid agglomeration #2375
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
Open
bigfooted
wants to merge
42
commits into
develop
Choose a base branch
from
fix_multigrid_agglomeration
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,788
−374
Open
Changes from 3 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
23ac38b
initial commit
bigfooted a47c0f4
fix vector
bigfooted f846cbb
update agglomeration
bigfooted f2fb97e
Merge branch 'develop' into fix_multigrid_agglomeration
bigfooted 70a0638
Merge branch 'develop' into fix_multigrid_agglomeration
bigfooted 711ba29
Merge branch 'develop' into fix_multigrid_agglomeration
bigfooted 1953dfc
Merge branch 'develop' into fix_multigrid_agglomeration
bigfooted 19f6e79
Merge branch 'develop' into fix_multigrid_agglomeration
bigfooted 6d23aae
Merge branch 'develop' into fix_multigrid_agglomeration
bigfooted ee86d12
Merge branch 'develop' into fix_multigrid_agglomeration
bigfooted 8e14cf5
Merge branch 'develop' into fix_multigrid_agglomeration
bigfooted 320eb82
Merge branch 'fix_multigrid_agglomeration' of https://github.com/su2c…
bigfooted ca7edea
Merge branch 'develop' into fix_multigrid_agglomeration
bigfooted 6fbef92
testing agglomeration
bigfooted d55bd72
update 3D agglomeration
bigfooted c364dc4
update 3D agglomeration
bigfooted 768aa92
update 3D agglomeration
bigfooted 35dbdae
update opdi
bigfooted 767bd2a
update with commented cout
bigfooted 9e6e791
update agglomeration, aggressive settings
bigfooted 6d42a49
add EULER_WALLS by checking straightness
bigfooted 4495da6
remove some commented cout statements
bigfooted c38a633
remove some commented cout statements
bigfooted d355978
add convergence check and early exit for pre,post and correction smoo…
bigfooted 9642b94
implicit lines
bigfooted cbaa3f7
implicit lines info
bigfooted 3c4f8ab
Merge branch 'develop' into fix_multigrid_agglomeration
bigfooted d28ce20
adaptive damping factor for pre-smoothing
bigfooted 9f19341
fix cross-lines in implicit line agglomeration
bigfooted 691a73c
Reduce MGLEVELS based on mesh size
bigfooted 85456c8
change default nr of implicit lines
bigfooted 99d6712
adaptive CFL on multigrid
bigfooted 2c40c9c
run precommit
bigfooted 944a2fc
fix gauss elimination NaN
bigfooted fb8e4ee
fix euler wall agglomeration
bigfooted b91a992
precommit
bigfooted 6332e28
CFL adapt oscillation detection
bigfooted 7b53432
simpler CFL adapt oscillation detection
bigfooted 2013392
asdd XOR flipflop again
bigfooted 6cfdbf0
modify cfl on coarser meshes
bigfooted 4cd4784
introduce LSQ slope computation
bigfooted 0699ce4
add explanation
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
Some comments aren't visible on the classic Files Changed page.
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
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.
We need to pass information about all markers on the seed node (number of markers and index of marker)