Reconstruction Refactor
- reconstruction, new functions, pr 375
- pcm fusion debug
Reconstruction Refactor
I finished adding the new loading and conversion functions and integrated them into the PLMC and PPMC kernels (PR #375). The templating used for this resulted in a 6% improvement in overall performance of Cholla.
The next step is to convert PCM into a device function that can be called from within the Riemann solvers. I have a first draft of this but it currently has bugs that I’ve been having trouble finding.
Removing PLMC Monotonization
Evan pointed out that the fixed version of PLMC (see PR #361) was more diffusive than expected. After some investigating, with the bug fix to the utility functions the monotonization step is no longer required and having it too often lowers the effective order of the method to first order. I removed it and added a test to check for that kind of issue in the future (PR #376).
Here’s the Kelvin–Helmholtz instability test with the monotonization. Note how fuzzy and indistinct the “arms” of the vortices are.
Here’s that same test without the monotonization. The vortices are much crisper and don’t show the dissipation from the above image.