You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Diagnostics: Warn w/o Positions
If a user specifies `<diag_name>.<species_name>.variables`
without including particle position arguments we now warn.
* openPMD: Skip 0-positions for deselected comps
* Clang-Tidy: Braces
* Update Examples
* RZ: x,y,z
* Fix: openPMD Low-D position/positionOffset
Continue to write defaults for coarse and fine
position of omitted dimensions to zero.
If provided ``<diag_name>.<species_name>.random_fraction = a``, only `a` fraction of the particle data of this species will be dumped randomly in diag ``<diag_name>``, i.e. if `rand() < a`, this particle will be dumped, where `rand()` denotes a random number generator.
0 commit comments