Hello,
I am using a time-varying source and wondering what the behavior of source.p
is when it has a number of points not equal to the number of time points on the grid. For example:
If source.p
has 10
time points, but kgrid.Nt = 100
does the ten points in source.p
correspond to the first 10
time points on kgrid
, in which case I assume the rest of source.p
would be zeros? Or are they evenly spaced out, in which case maybe they are interpolated?
Any help is very much appreciated.