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