hpsim/OGL

Use OF solver cache instead of own device persistency

greole opened this issue · 0 comments

Currently, device persistency is guaranteed by implementing deriving from DevicePersistent<>, however OF allows to cache solver. This should be sufficient to avoid re-instantiation of the full solver. This should be explored more in detail to remove the need for DevicePersistent<> alltogether.