impactx icon indicating copy to clipboard operation
impactx copied to clipboard

Allow output of every nth particle (by ID) at monitor

Open cemitch99 opened this issue 6 months ago • 1 comments

We should add an additional parameter to the Monitor element, which allows the user to output every nth particle (by particle ID) at the monitor location.

cemitch99 avatar Jun 23 '25 20:06 cemitch99

Discussed today: we will implement as in WarpX a .filter(x,y,t,px,py,pt,id) which we can use to % (modulo) the particle ids for filtering.

ax3l avatar Jun 23 '25 20:06 ax3l