timflow.transient.model.ModelXsection.disvecalongline ===================================================== .. py:method:: timflow.transient.model.ModelXsection.disvecalongline(x, y, t, layers=None) Discharge vector along line or curve. :param x: x values of line :type x: 1D array or list :param y: y values of line :type y: 1D array or list :param t: times for which grid is returned :type t: float or 1D array or list :param layers: layers for which grid is returned :type layers: integer, list or array, optional :returns: **q** :rtype: array size `nlayers, ntimes, nx` .. !! processed by numpydoc !!