timflow.transient.invlapnumba.invlapgen#
- timflow.transient.invlapnumba.invlapgen(time, pot, M, tintervals, tstart, ebc)#
Compute time domain solution for given Laplace domain solution.
- Parameters:
time (array, must be ordered) – times for which time domain solution is computed, must start at 0
pot (1D array of laplace domain solution of length nint * (2M + 1))
M (int order of the approximation (i.e., (2M + 1) p values per interval))
tintervals (1D array of time intervals, length nint + 1)
tstart (1D array with starting times of bc in element, length nstart)
ebc (1D array with change in boundary condition value, length nstart)
Notes
ebc is the difference with the previous value
- Return type:
rv[ntimes]