-
We have two options:
Which one is preferred in your opinion? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
atmyers
Oct 15, 2025
Replies: 1 comment 1 reply
-
Assuming you have a maximum distance over which you'd need to evaluate the RHS for a given particle over the full RK4 step, I think it's probably better to build in the appropriate number of ghost cells for the mesh data you need and only call Redistribute() once. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lwJi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Assuming you have a maximum distance over which you'd need to evaluate the RHS for a given particle over the full RK4 step, I think it's probably better to build in the appropriate number of ghost cells for the mesh data you need and only call Redistribute() once.