Skip to content

LOWER MESH REFINEMENT AT EB #752

Closed Answered by baperry2
PatriciaIG asked this question in Q&A
Jan 29, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Yes, this is possible even though by default the EB is entirely refined to the global amr max level.

  • You can for example set tagging.eb_refine_type = "static" and tagging.max_eb_refine_lev = 2, to statically refine the EB to a maximum of two levels (in this setup, if other refinement criteria exceed max_eb_refine_lev at the EB surface, they are ignored at the EB surface such that the entire EB surface is always at refined to exactly max_eb_refine_lev).
  • Alternatively, you could set tagging.eb_refine_type = "adaptive" and tagging.min_eb_refine_lev = 2, which refines the EB surface to 2 levels of refinement, and allows additional adaptive refinement that crosses the EB surface based on othe…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@FernandoIGuerra
Comment options

@baperry2
Comment options

Answer selected by marchdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants