Composite multilevel solve with single-cell direction (quasi-2D AMR) #5140
|
I'm running 3D AMR simulations where one direction has a single cell in the domain and the AMR refinement ratio is 1 in that direction. I would like to perform composite multilevel solves for proper coarse-fine flux coupling. Neither setHiddenDirection nor setSemicoarsening currently supports this:
Since the refinement ratio is 1 in the single-cell direction, all AMR levels share the same extent there, and no inter-level coarsening is needed. Would it be possible to either:
Happy to test and contribute a PR if either approach is acceptable. |
Answered by
WeiqunZhang
Mar 9, 2026
Replies: 2 comments
|
Yes, I think it makes sense to relax the hidden-direction assertion to allow for composite solves. If you can contribute a PR, it will be greatly appreciated. |
0 replies
Answer selected by
desjardi
|
Thanks! I just submitted a PR. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, I think it makes sense to relax the hidden-direction assertion to allow for composite solves. If you can contribute a PR, it will be greatly appreciated.