Skip to content

Improve efficiency of state handling system

Deprecates CryoGridState <: DEDataArray in favor of simpler array types coupled with an in-place ForwardDiff compatible variable cache for diagnostic variables. This considerably reduces allocations during a simulation due to the elimination of unnecessary variable copying at each timestep.

Merge request reports