trixi-framework / Trixi.jl

Trixi.jl: Adaptive high-order numerical simulations of conservation laws in Julia
https://trixi-framework.github.io/Trixi.jl
MIT License
505 stars 98 forks source link

Remove dependence on Octavian.jl for Julia 1.11 #1906

Open jlchan opened 2 months ago

jlchan commented 2 months ago

With LoopVectorization.jl being deprecated in Julia v1.11, this also means Octavian.jl is being deprecated.

DGMulti depends on Octavian.jl's matmul! routine; this should be replaced with LinearAlgebra.mul! for 1.11.