timflow.transient.model.ModelMaq.headgrid2 ========================================== .. py:method:: timflow.transient.model.ModelMaq.headgrid2(x1, x2, nx, y1, y2, ny, t, layers=None, printrow=False) Grid of heads. :param xg: x values are generated as linspace(x1, x2, nx) :type xg: array :param yg: y values are generated as linspace(y1, y2, ny) :type yg: array :param t: times for which grid is returned :type t: list or array :param layers: layers for which grid is returned :type layers: integer, list or array, optional :param printrow: prints dot to screen for each row of grid if set to `True` :type printrow: boolean, optional :returns: **h** :rtype: array size `nlayers, ntimes, ny, nx` .. seealso:: :func:`~timflow.transient.Model.headgrid` .. !! processed by numpydoc !!