Skip to content
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

Add capability to refine elements near sidesets #18913

Closed
GiudGiud opened this issue Sep 23, 2021 · 2 comments · Fixed by #18914
Closed

Add capability to refine elements near sidesets #18913

GiudGiud opened this issue Sep 23, 2021 · 2 comments · Fixed by #18914
Labels
C: Framework T: task An enhancement to the software.

Comments

@GiudGiud
Copy link
Contributor

Reason

Useful for contact problems, for looking at porosity discontinuity issues, for creating arbitrary imbalances in the mesh

Design

A new mesh generator

Impact

Better meshing capabilities

@GiudGiud GiudGiud added the T: task An enhancement to the software. label Sep 23, 2021
socratesgorilla added a commit to socratesgorilla/moose that referenced this issue Sep 28, 2021
socratesgorilla added a commit to socratesgorilla/moose that referenced this issue Sep 28, 2021
socratesgorilla added a commit to socratesgorilla/moose that referenced this issue Sep 30, 2021
socratesgorilla added a commit to socratesgorilla/moose that referenced this issue Sep 30, 2021
socratesgorilla added a commit to socratesgorilla/moose that referenced this issue Sep 30, 2021
Updated generate function for RefineSidesetGenerator.C

Added test files for RefineSidesetGenerator

Cleanup code and add documentation for RefineSidesetGenerator

Updated test files, added golds to RefineSidesetGenerator

Formatting and doc edits for PR idaholab#18913

More formatting changes, and optimizing the recursive refine algorithm

Applying the formatting patch for RefineSideset

Changed get_boundary_info() call to work in-line rather than an explicit declaration

Clang-format changes to RefineSidesetGenerator.C

Added documentation files to RefineSidesetGenerator.

Apply minor formatting and documentation changes from code review

Update framework/src/meshgenerators/RefineSidesetGenerator.C

Update framework/src/meshgenerators/RefineSidesetGenerator.C

Co-Authored-By: Logan Harbour <loganhharbour@gmail.com>
socratesgorilla added a commit to socratesgorilla/moose that referenced this issue Sep 30, 2021
Updated generate function for RefineSidesetGenerator.C

Added test files for RefineSidesetGenerator

Cleanup code and add documentation for RefineSidesetGenerator

Updated test files, added golds to RefineSidesetGenerator

Formatting and doc edits for PR idaholab#18913

More formatting changes, and optimizing the recursive refine algorithm

Applying the formatting patch for RefineSideset

Changed get_boundary_info() call to work in-line rather than an explicit declaration

Clang-format changes to RefineSidesetGenerator.C

Added documentation files to RefineSidesetGenerator.

Apply minor formatting and documentation changes from code review

Update framework/src/meshgenerators/RefineSidesetGenerator.C

Update framework/src/meshgenerators/RefineSidesetGenerator.C

Co-Authored-By: Logan Harbour <loganhharbour@gmail.com>
@dschwen
Copy link
Member

dschwen commented Oct 13, 2021

Hm, I must have missed this. We already had the BoundaryMarker which can be used during initial refinement. So I guess this is a bit of a capability duplication.

@GiudGiud
Copy link
Contributor Author

Yeah there s some overlap with adaptivity (for this one and the block refinement).
This is more convenient to use though

GiudGiud added a commit to GiudGiud/moose that referenced this issue Jul 7, 2023
GiudGiud added a commit to GiudGiud/moose that referenced this issue Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework T: task An enhancement to the software.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants