Skip to content
Snippets Groups Projects
  • Brian Groenke's avatar
    651f3529
    Improve efficiency of state handling system. · 651f3529
    Brian Groenke authored
    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.
    651f3529
    History
    Improve efficiency of state handling system.
    Brian Groenke authored
    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.