sandialabs / Albany

Sandia National Laboratories' Albany multiphysics code
Other
276 stars 89 forks source link

Fix for LandIce_ResponseGLFlux when using DistParamDeriv #1064

Closed mcarlson801 closed 2 months ago

mcarlson801 commented 2 months ago

This PR fixes issues #1054 and #1060. Looks like coeff needs to be a ScalarT instead of a double in order to get the correct derivative values in DistParamDeriv local responses.

This also restores the uvm-free kokkos implementation of ResponseGLFlux.

mperego commented 2 months ago

thanks @mcarlson801 !!