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
Copy file name to clipboardExpand all lines: src/auxiliary/containers.jl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -366,7 +366,7 @@ function trixi_backend(x)
366
366
returnget_backend(x)
367
367
end
368
368
369
-
#TODO: Remove once we have https://github.com/SciML/RecursiveArrayTools.jl/pull/455
369
+
#TODO: After https://github.com/SciML/RecursiveArrayTools.jl/pull/455 we need to investigate the right way to handle StaticArray as uEltype for MultiDG.
370
370
functiontrixi_backend(x::VectorOfArray)
371
371
u =parent(x)
372
372
#FIXME(vchuravy): This is a workaround because KA.get_backend is ambivalent of where a SArray is residing.
0 commit comments