flux plus dissipation and global Lax-Friedrichs dissipation#480
flux plus dissipation and global Lax-Friedrichs dissipation#480ranocha merged 12 commits intoes-vol-intfrom
Conversation
* CompatHelper: bump compat for "MPI" to "0.17" * CompatHelper: bump compat for "MPI" to "0.17" for package test * MPI bounds for project are the same as for the tests Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
update LoopVectorization
|
Is it possible that you are pulling in changes from |
Yeah, I'm sorry for that. I based my changes on |
|
You only need to look at |
sloede
left a comment
There was a problem hiding this comment.
LGTM. I'd add a small comment to one of the includes, but in general this can be merged.
Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
I've added a global Lax-Friedrichs dissipation. Sadly, it looks like the Jacobians of the dissipation and the central scheme do not commute. Thus, we can in general not use this tool to prove anything about linear stability with the global Lax-Friedrichs dissipation.
I could find random initial conditions where the global Lax-Friedrichs surface dissipation was not linearly stable.
I couldn't find such an example for the local Lax-Friedrichs dissipation for
polydeg = 3but e.g. forpolydeg = 7: