You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but it should be volume*ndims. This didn't cause issues on previous runs because all loops have limits deduced by other methods of the class, so the extra entries of the array are simply unused when ndims < 4
The text was updated successfully, but these errors were encountered:
simone-romiti
changed the title
Extra storage space for adjointfield
Extra memory for adjointfieldFeb 21, 2023
The values of the adjoint field are stored in the
data
attribute. In the constructor, this is resized tovolume*4
https://github.com/urbach/su2/blob/7d4a9bfd9b7d6ef20e3f91e5bcbca2f42d038d11/include/adjointfield.hh#L107but it should be
volume*ndims
. This didn't cause issues on previous runs because all loops have limits deduced by other methods of the class, so the extra entries of the array are simply unused whenndims < 4
The text was updated successfully, but these errors were encountered: