timflow.transient.model.ModelXsection.disvec ============================================ .. py:method:: timflow.transient.model.ModelXsection.disvec(x, y, t, layers=None, aq=None, derivative=0) Compute discharge vectgor. Returns qx[naq, ntimes], qy[naq, ntimes] if layers=None, otherwise qx[len(layers,Ntimes)],qy[len(layers, ntimes)]. t must be ordered. .. !! processed by numpydoc !!