-
Notifications
You must be signed in to change notification settings - Fork 60
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
Initial refinement at boundaries #1056
Merged
Merged
Conversation
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
lpsaavedra
reviewed
Mar 5, 2024
I will take a look to the behavior of this within the matrix-free solver... |
blaisb
force-pushed
the
initial_refinement_at_boundaries
branch
from
March 5, 2024 23:01
5a724dc
to
8b4da4d
Compare
Co-authored-by: Laura Prieto Saavedra <[email protected]>
M-Badri
pushed a commit
to M-Badri/lethe
that referenced
this pull request
Sep 29, 2024
Description of the problem Currently, it is not possible to refine the mesh initially in the vicinity of the boundaries. However, this could be very desirable in some cases to have a coarse boundary layer mesh Description of the solution Add the capability to refine the mesh in the vicinity of a list of boundary IDs specified by the user How Has This Been Tested? Added a taylor-couette case that uses this principle as a test. It works just fine Documentation Documentation has been added to the RST file Comments This does not seem to work well with the matrix-free solver right now, but most likely because the MF solver still faces challenges with respect to the constraints. Co-authored-by: Laura Prieto Saavedra <[email protected]> Former-commit-id: fbd6deb
blaisb
added a commit
that referenced
this pull request
Sep 30, 2024
Description of the problem Currently, it is not possible to refine the mesh initially in the vicinity of the boundaries. However, this could be very desirable in some cases to have a coarse boundary layer mesh Description of the solution Add the capability to refine the mesh in the vicinity of a list of boundary IDs specified by the user How Has This Been Tested? Added a taylor-couette case that uses this principle as a test. It works just fine Documentation Documentation has been added to the RST file Comments This does not seem to work well with the matrix-free solver right now, but most likely because the MF solver still faces challenges with respect to the constraints. Co-authored-by: Laura Prieto Saavedra <[email protected]> Former-commit-id: fbd6deb
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.
Description of the problem
Description of the solution
How Has This Been Tested?
Documentation
Comments