When setting sensor.record = {'p'} to record the pressure field at given grid positions, is it possible to subsample the recorded data in time? (preferably with a FIR decimation filter applied)
I need to record the time dependent pressure field solution over most of the domain, but doing that at the full time resolution is both not needed (the nyquist frequency is significantly lower than the simulation frequency) and impossible due to memory requirements (about 48GB on a 10GB GPU).
I couldn't find any way to do that in the documentation. I also tried to figure out if there is a way to checkpoint the simulation to offload data, but that doesn't seem possible either.
Thanks