conservation-laws / ryujin

High-performance high-order finite element solver for hyperbolic conservation equations
https://conservation-laws.org
Other
103 stars 25 forks source link

`SparsityPatternSIMD`: minor refactoring, rename variables, improve comments #137

Closed tamiko closed 2 months ago

tamiko commented 2 months ago

@kronbichler Some minor refactoring in relation to #136. This does not fix the problem but cleanly separates the first part of the code which computes the receive targets and sizes (and which is correct, as far as I can see) from the buggy part that computes what to export.