Ghost cell allocation for AMR and 3rd order reconstruction #651
Closed
kyriakosTapinou
started this conversation in
General
Replies: 1 comment 2 replies
-
|
Mesh refinement requires even number of ghost cells (you should get an error message if you set nghost=3 with mesh refinement). So you do need 4 ghost cells for 3rd order reconstruction. But please also note that currently the refinement operation is only 2nd order. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Will there be an unintended error when specifying more ghost cells than is required for the spatial order of a simulation?
For example, if I set the spatial reconstruction to 3rd order, but want to use AMR I would need 4 ghost cells set.
Beta Was this translation helpful? Give feedback.
All reactions