[ENH] Add octree refinement modes, diagnostics, and support stencils with tests - #100
Draft
Leguark wants to merge 1 commit into
Draft
[ENH] Add octree refinement modes, diagnostics, and support stencils with tests#100Leguark wants to merge 1 commit into
Leguark wants to merge 1 commit into
Conversation
This was referenced Sep 5, 2026
Merged
Member
Author
Leguark
force-pushed
the
fixes_for_test_system
branch
from
September 5, 2026 09:44
57ae7c8 to
fbf5f9a
Compare
Leguark
force-pushed
the
octree_refinement
branch
2 times, most recently
from
September 5, 2026 09:45
13b2221 to
c3eb215
Compare
Leguark
force-pushed
the
fixes_for_test_system
branch
from
September 5, 2026 09:45
fbf5f9a to
b6c30be
Compare
Leguark
force-pushed
the
octree_refinement
branch
from
September 5, 2026 09:46
c3eb215 to
04aa862
Compare
Leguark
force-pushed
the
fixes_for_test_system
branch
2 times, most recently
from
September 5, 2026 09:49
18e57af to
ffb1c91
Compare
Leguark
force-pushed
the
octree_refinement
branch
from
September 5, 2026 09:49
04aa862 to
7a67eb7
Compare
…with tests Introduce configurable octree refinement modes (`fast`, `balanced`, `precise`) with support for diagnostics and control over stencil behavior. Extend handling for neighbor closure, missing cells, and in-domain support restoration. Add detailed documentation, tests, and debug utilities with refinement diagnostics for mesh extraction.
Leguark
force-pushed
the
fixes_for_test_system
branch
from
September 5, 2026 11:10
ffb1c91 to
2dc249c
Compare
Leguark
force-pushed
the
octree_refinement
branch
from
September 5, 2026 11:10
7a67eb7 to
36ff98f
Compare
This file contains hidden or 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
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.

Introduce configurable octree refinement modes (
fast,balanced,precise) with support for diagnostics and control over stencil behavior. Extend handling for neighbor closure, missing cells, and in-domain support restoration. Add detailed documentation, tests, and debug utilities with refinement diagnostics for mesh extraction.