discretize.TreeMesh.h_gridded#

TreeMesh.h_gridded#

Gridded cell dimensions.

This property returns a numpy array of shape (n_cells, dim) containing the dimensions of the cells along each axis direction in order. E.g. the columns of h_gridded for a 3D tree mesh would be ordered [hx,hy,hz].

Returns:
(n_cells, dim) numpy.ndarray of float

Gridded cell dimensions