Hi Bradley,
I have just run a simulation with a 306×306×1320 space grid (dx=dy=dz: 8.3333e-05) and a t_array: [1×9463 double]. i simulate a circular pressure source emitting a 20-cycle tone burst at 4.5 MHz.
After the message that the simulation has been completed(''simulation completed in 81hours 47min 35.9105s'') I get the following error:
''Error using ifft
Out of memory. Type "help memory" for your options.
Error in gaussianFilter (line 81)
signal = real(ifft(ifftshift(...
Error in kspaceFirstOrder3D (line 1345)
sensor_data.p = gaussianFilter(sensor_data.p, 1/kgrid.dt, sensor.frequency_response(1),
sensor.frequency_response(2));''
And the strange part about this is that the video with the wave propagation has still been recorded, so it seems like the simulation has indeed been completed. Is there perhaps some way to retrieve this data? and what would be your advice on calculating if there is enough memory beforehand? I am somewhat far from computer simulations so my apologies for the stupid question.