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

Refactor `SolutionTransfer` #154

Closed tamiko closed 1 month ago

tamiko commented 1 month ago

Preparatory step: Refactor the SolutionTransfer logic out of MeshAdaptor and directly into the TimeLoop. While at it, let's also remove checkpointing.h and refactor this logic into the TimeLoop as well.

tamiko commented 1 month ago

@ejtovar ping

ejtovar commented 1 month ago

Looks good to me!