Hello everyone
When run the simulation, I meet a warning WARNING: source.p has more time points than kgrid.Nt, remaining time points will not be used.
So, what's it means? what's mistakes in my code?
Thanks in advance!
k-Wave
A MATLAB toolbox for the time-domain
simulation of acoustic wave fields
WARNING: source.p has more time points than kgrid.Nt, remaining time points wil
(2 posts) (2 voices)-
Posted 6 years ago #
-
Hi zhangguangjie,
Inside k-Wave, the source is added to the field at every time step. This warning means that your array of
source.p
is longer than the number of time steps in the simulations, so the additional values in the array won't be used.Brad.
Posted 6 years ago #
Reply
You must log in to post.