'flux registers' for edge-centered EMFs? #2511
-
Hi, We are planning to implement face-centered MHD in Quokka. Is there a 'flux register' to do the correction at coarse-fine interfaces of edge-centered EMFs in AMReX? In Chombo, this can be accomplished with There are a number of corner cases (see panels a-d copied below). (In Athena++, this step is also done at all shared edges between grids on the same resolution level in order to avoid roundoff errors, but it's not currently clear whether this will be necessary.) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
You can use
to average down fine edge data onto coarse. Additionally, you can use
to make the data consistent on internal edges. However, there is an issue with |
Beta Was this translation helpful? Give feedback.
You can use
to average down fine edge data onto coarse. Additionally, you can use
to make the data consistent on internal edges.
However, there is an issue with
average_down_edges
when there are periodic boundaries. This can be fixed. Will let you know.