-
Notifications
You must be signed in to change notification settings - Fork 200
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
Remove Immersed map from Adapt
ing the ImmersedBoundaryGrid
#3690
Merged
Merged
Changes from 7 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
58bd4da
add new branch
simone-silvestri d970dc6
add some comments
simone-silvestri 5632474
add comments
simone-silvestri 93f579a
adapt non hydrostatic model
simone-silvestri 1f31ce4
add inbounds where needed
simone-silvestri edbc06d
adapt barotropic kernel
simone-silvestri cacb022
last bugfix?
simone-silvestri 512c0c1
Merge branch 'main' into ss/remove-immersed-map-from-adapt
simone-silvestri b6d65f3
add some explanation and name changes
simone-silvestri cfe4618
Merge branch 'ss/remove-immersed-map-from-adapt' of github.com:CliMA/…
simone-silvestri c407fdb
adding some explanation
simone-silvestri f0153ee
typo
simone-silvestri 3cc5f12
better naming
simone-silvestri 7b04eb0
better comment
simone-silvestri 21bd603
add comments
simone-silvestri 827080b
add comments
simone-silvestri 7ada6d3
add another explanation
simone-silvestri 9974ac4
change names
simone-silvestri 7a5ac3a
some more explanation
simone-silvestri dca93d2
add some more explanation
simone-silvestri 28870a6
better naming
simone-silvestri 694ac10
more description
simone-silvestri be3d3f5
Merge branch 'main' into ss/remove-immersed-map-from-adapt
simone-silvestri e04eee8
change some naming
simone-silvestri 43e9f96
Merge branch 'ss/remove-immersed-map-from-adapt' of github.com:CliMA/…
simone-silvestri 428610d
typo
simone-silvestri f9a8200
bugfix
simone-silvestri d012f05
Update src/ImmersedBoundaries/active_cells_map.jl
simone-silvestri f7bce0f
Update src/ImmersedBoundaries/active_cells_map.jl
simone-silvestri 79d8c5d
Merge branch 'main' into ss/remove-immersed-map-from-adapt
simone-silvestri 0cd0e9c
Merge branch 'main' into ss/remove-immersed-map-from-adapt
simone-silvestri e1f2dc5
make sure synchronized architectures do not split the active map
simone-silvestri 2795489
Merge branch 'main' into ss/remove-immersed-map-from-adapt
simone-silvestri 1d481e5
Merge branch 'main' into ss/remove-immersed-map-from-adapt
simone-silvestri 260e554
adding some immersed map tests
simone-silvestri 4bce1fb
no active cells map for grid fitted boundary?
simone-silvestri 68ccbda
active cells map for gridfitted boundary
simone-silvestri 0d3fe7a
revert to previous implementation
simone-silvestri 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 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 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 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 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 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 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 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 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
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.
I don't understand the purpose of this system of functions or what a "named tuple active cells ibg" means, for example.
Also the function is called "map", but the object is called "cells". Which is it -- a map, or cells?