Axel Huebl

Results 1411 comments of Axel Huebl

@tmiethlinger @BrianMarre is there a CMake module in version 3.24 or newer on Taurus? We currently document 3.22 and would like to update to a newer version :) Update: done...

Here are a few alternative and super easy ways how to install the latest CMake on a system. ## pipx (any OS, laptop to HPC) Great if you want to...

This test uses a docker container, and the host update does not matter - but I did it already to not have to do it later. Yes, we could generally...

Interesting that it does not hit this safe guard, https://github.com/ECP-WarpX/WarpX/blob/502e5ea31c1334f0083bed64eb8f8202b1100e81/Source/ablastr/particles/DepositCharge.H#L128-L130 which is supposed to give us a cleaner error message than what you encountered https://github.com/ECP-WarpX/WarpX/issues/5065#issue-2419886602 Maybe we need to add...

The `if (cur_time + dt[0] >= stop_time - 1.e-3*dt[0] || step == numsteps_max-1) {` is the exit criteria, where we just do a half-step push to synchronize times for diagnsotics....

The call you might want to use is `HandleParticlesAtBoundaries` https://github.com/ECP-WarpX/WarpX/blob/502e5ea31c1334f0083bed64eb8f8202b1100e81/Source/Evolve/WarpXEvolve.cpp#L226

I think one could reset these checksums. The test changes the order of particles that go into the checksum by redistributing them. Long floating point sums are not commutative.

@RemiLehe mentioned that the plasma injector also handles similar cases. The logic we do for antennas is also handling similar scenarios (but is a bit more specialized, only supports normal...

Hi @marcoacc95, Thank you for your first pull request to WarpX and welcome! :tada: The `.zenodo.json` file tracks developers of WarpX that have contributed major features to the code base....

Clarified with @clarkse - we simply keep this PR open until your QDSMC fluid model is added :star_struck: We look forward to meeting you at the hackathon @marcoacc95 :tada: Welcome...