Benedict
Benedict
Just double-checked. Yes, it was a serial run.
This is as minimal as I could get so far: ``` using StaticArrays using StrideArrays: PtrArray, StaticInt using LoopVectorization: @turbo function multiply_dimensionwise!(data_out, matrix) tmp = zeros(eltype(data_out), size(data_out, 1), size(matrix, 1),...
@sloede @ranocha @vchuravy @jmark Introducing an enum as discussed seems to work.
Sorry to bother you, @JoshuaLampert @lchristm @ranocha @sloede, I saw you have gone through this before. Do you have a suggestion how to fix the issues described above?
This was a great suggestion @lchristm ! For the being, this is all I need in libtrixi.
@vchuravy got it working! Despite one single very strange error involving vectorization... see CI.
I came across this issue and noticed something I do not understand: I removed Trixi's compat entry for `Static` and tried to update. `Pkg` then tells me that `StrideArrays.jl` would...
Of course! I only looked at main. Thanks for the insight!
> This looks like `test_trixi_include` is passing through an expression and is not widening getting it from the parent scope. I have almost no idea what this exactly means, but...
Hi @Nour-Touil! We have some documentation on how to use `Makie.jl` to visualize simulation results: https://trixi-framework.github.io/Trixi.jl/stable/visualization/#Makie.jl This requires to actually produce some results using `Trixi.jl` (the `sol` object). Can you...