Axel Huebl
Axel Huebl
Attempting C) right now...
There is some partial restart logic here, setting the diags `m_lo`/`m_hi`, which are also not checkpointed and influence the value of `m_geom_output`: https://github.com/BLAST-WarpX/warpx/blob/25.11/Source/Diagnostics/Diagnostics.cpp#L531-L541 Looks unaware of `warpx.end_moving_window_step` and `warpx.start_moving_window_step`...?
Ok, this should fix it: #6399
Another pretty common operation we need with respect to selecting elements are **transformations** (translations & rotations) of element groups. One can imagine this like aligning a lens on an optical...
Kinda duplicated from #884
I wish we could do `lattice[kind=..., name=...]`, but [PEP637](https://peps.python.org/pep-0637/) was rejected. So we need to use a `.select()` syntax instead.
Hi @pengfan2, That error means that neither parallel HDF5 nor parallel ADIOS2 were found to build the openPMD backends when building WarpX. How did you install WarpX? You could either...
Hi @bear-maker, this looks on first sight like your change of parallelism gives you different results by about 3%. This is a common occurrence when your simulation is not converged,...
Yes, we glad to help you add a documentation :) We do not have access to the machine ourselves, but we can coordinate here how to create a pull request...
Hi @Lucas-Lucas1, Thanks for reaching out. Did you already read https://warpx.readthedocs.io/en/latest/usage/workflows/domain_decomposition.html ? To guide you a bit more, can you post the inputs and submission scripts you are using?