Hendrik Ranocha

Results 595 comments of Hendrik Ranocha

You can also add a simple unit test for that.

@MarcoArtiano Could you please fix the merge conflicts and consider reducing the boilerplate code as suggested by Daniel?

> We could also make the `SummaryCallback` an own `struct` similar to the `AnalysisCallback`. Not sure if this counts as breaking because `SummaryCallback()` now returns a different object, but there...

> > > The Documenter.jl bug is a bit unfortunate because I don't see any good way to work around this > > > > > > Yeah looks like...

See also https://github.com/trixi-framework/Trixi.jl/pull/419

Can we also use such a `TrixiStateVector` to broadcast array operations in the ODE solver automatically, even when running on a single MPI rank but with multiple threads, respecting the...

What is the status of this PR - waiting for a review (by @amrueda)?

The difference comes from https://github.com/SciML/OrdinaryDiffEq.jl/blob/3c55c01f57d6cc32fba2b3c1130a779bf692a529/lib/OrdinaryDiffEqCore/src/initdt.jl#L39-L54 The working methods, such as `RDPK3SpFSAL49`, choose the first branch. The others end up in the second branch.

In any case, I would recommend using `Float32` for the time span as well. Otherwise, the intermediate results may be computed using `Float64`: ```julia julia> ode = ODEProblem(MtlArray(ones(Float32, 4)), (0.0,...