Trixi.jl icon indicating copy to clipboard operation
Trixi.jl copied to clipboard

Remove dependence on Octavian.jl for Julia 1.11

Open jlchan opened this issue 2 months ago • 0 comments

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.

jlchan avatar Apr 16 '24 14:04 jlchan