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

Local refinement infrastructure: fix index handling in OfflineData and TimeLoop #36

Closed tamiko closed 7 months ago

tamiko commented 7 months ago

This is a quick fix of some obvious index handling issues with the goal to support local refinement and hanging nodes.

The biggest change is in OfflineData where we now apply the same postprocessing to hanging node constraints that we previously only applied to periodicity constraints.