Add reflecting boundary conditions#140
Conversation
|
Did you disable FMA instructions with a compiler flag? I don't think the reconstruction method should matter. In Quokka, RK2+PPM gives perfect symmetry preservation, as long as you disable FMA instructions. |
I have not tried disabling FMA. |
BenWibking
left a comment
There was a problem hiding this comment.
Minor comments below. The major concern I have is that the symmetry does not appear to be preserved when there are multiple MeshBlocks used for the LW problem.
For CUDA, I disabled FMA in Quokka with these CMake flags: |
|
Alright, I think this is good to go now. |

What is says on the tin (and the docs).
Bonus: LW implosion test problem.