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
Seems to be caused by type instability with axes of views in multiply_dimensionwise! - change @turbo for i in axes(data_out, 2), v in axes(data_out, 1) to @turbo for i in axes(matrix, 2), v in axes(data_in, 1) to fix this specific case in
Seems to be caused by type instability with
axes
ofview
s inmultiply_dimensionwise!
- change@turbo for i in axes(data_out, 2), v in axes(data_out, 1)
to@turbo for i in axes(matrix, 2), v in axes(data_in, 1)
to fix this specific case inTrixi.jl/src/solvers/dgsem/interpolation.jl
Lines 108 to 120 in 189211d
see also
Trixi.jl/src/solvers/dgsem_p4est/dg_2d.jl
Lines 416 to 418 in 189211d
The text was updated successfully, but these errors were encountered: