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

Allow uniform refinements when using a pre-split mesh #18575

Closed
fdkong opened this issue Aug 10, 2021 · 0 comments · Fixed by #18576
Closed

Allow uniform refinements when using a pre-split mesh #18575

fdkong opened this issue Aug 10, 2021 · 0 comments · Fixed by #18576
Labels
T: task An enhancement to the software.

Comments

@fdkong
Copy link
Contributor

fdkong commented Aug 10, 2021

Reason

A uniform refinement is helpful for some instances when using a pre-split mesh.
For example, a 'coarse' mesh might completely resolve geometry (also is large)
but does not have enough resolution for the interior. For this scenario,
we pre-split the coarse mesh (since it is large), and load the pre-split mesh in parallel,
and then do a few levels of uniform refinements to have a fine mesh that
potentially resolves physics features of the interior.

Design

Add an optional parameter to control whether or not allow uniform refinements when using a pre-split mesh.

Impact

Enable large-scale simulations

@fdkong fdkong added the T: task An enhancement to the software. label Aug 10, 2021
fdkong added a commit to fdkong/moose that referenced this issue Aug 10, 2021
fdkong added a commit to fdkong/moose that referenced this issue Aug 10, 2021
fdkong added a commit to fdkong/moose that referenced this issue Aug 10, 2021
fdkong added a commit to fdkong/moose that referenced this issue Aug 10, 2021
fdkong added a commit to fdkong/moose that referenced this issue Aug 11, 2021
fdkong added a commit to fdkong/moose that referenced this issue Aug 11, 2021
fdkong added a commit to fdkong/moose that referenced this issue Aug 18, 2021
fdkong added a commit to fdkong/moose that referenced this issue Aug 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: task An enhancement to the software.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant