Hendrik Ranocha

Results 378 comments of Hendrik Ranocha

The `TreeMesh` replicates all cell info on all ranks. Thus, it prints the global info.

In GitLab by @sloede on Mar 24, 2020, 13:27 created merge request !15 to address this issue

In GitLab by @sloede on Mar 24, 2020, 13:27 mentioned in merge request !15

In GitLab by @sloede on Apr 14, 2020, 10:12 To start a discussion, here are some thoughts/questions on the implementation strategy. It generally boils down to the question: Where to...

Aha, there are some breaking changes that affect us: ``` Makie visualization tests for UnstructuredMesh2D: Error During Test at /home/runner/work/Trixi.jl/Trixi.jl/test/test_trixi.jl:184 Got exception outside of a @test type Camera3D has no...

> @sloede What's your take on this? If I remember correctly, we wanted to keep some dimension-agnostic code like this in each dimension-specific source file to make it easier to...

> The viscous time step tends to be stiffer and an estimate of the viscous time step restriction needs to be implemented for an alternative `StepsizeCallback` that could dispatch on...

Can you maybe reduce it further? - Does it happen without AMR? - Does it happen with fixed time step size? - ... I'm also wondering why you set `periodicity=true`...

I wouldn't say they are significant- it's just a few hundred bytes per call on average. Something like this is typically caused by the closures involved in multithreading. It can...