Results 47 issues of Jesse Chan

### **Is your feature request related to a problem? Please describe.** `VectorOfArray` was extended to multi-dimensional parent arrays in https://github.com/SciML/RecursiveArrayTools.jl/pull/357. However, these arrays don't work with all solvers in OrdinaryDiffEq.jl...

When I run the first example in https://juliageometry.github.io/Meshing.jl/dev/api/#Quick-Start-GeometryBasics-1 using the following code https://gist.github.com/jlchan/833c7b085149500bbd2e79c7a227cf07, I get an error. ```julia ERROR: LoadError: MethodError: no method matching (AbstractMesh{GeometryBasics.Ngon{Dim, Float32, 3, PointMeta{Dim, Float32, Pointf{Dim},...

Is there a `mul!` operation specialized for `SummationByPartsOperators.UniformNonperiodicCoupledOperator`? If not, I'd be happy to help add it if that's useful.

Addresses https://github.com/gridap/SparseMatricesCSR.jl/issues/10

Thanks for this package! I've noticed there are some allocations when using `mul!(y,A,x)`, where `x,y` are `

With LoopVectorization.jl being deprecated in Julia v1.11, this also means [Octavian.jl is being deprecated](https://discourse.julialang.org/t/why-is-loopvectorization-deprecated/109547/74). DGMulti depends on Octavian.jl's `matmul!` routine; this should be replaced with `LinearAlgebra.mul!` for 1.11.

upstream

**Describe the bug 🐞** **Expected behavior** Broadcasting fails for `VectorOfArray(Array{

bug

Currently, StartUpDG.jl

Also bumps StartUpDG.jl compat to 1.0.

Hi Jürgen - we've been using the non-exported function `marching_tetrahedra` to compute some very nice isosurface meshes. However, we are also interested in coloring these isosurfaces according to a scalar...