Open
Description
In order to avoid issues with mixed types, especially for Enzyme, we should stick to Matrix{F}
types for anything related to Glacier2D
, SIA2D
, etc... This will ensure that the type doesn't change.
The types should be made parametric, i.e. moving them to the function signature instead of individually specifying them in each field.
To be extended to Huginn.jl
, Muninn.jl
and ODINN.jl
.