discretize.CylindricalMesh.shape_edges_y#

property CylindricalMesh.shape_edges_y#

Number of y-edges along each axis direction.

This property returns the number of y-edges along the \(x\) (radial), \(y\) (azimuthal) and \(z\) (vertical) directions, respectively. Note that for symmetric meshes, the number of y-edges along the azimuthal direction is 1; see is_symmetric.

Returns:
(dim) tuple of int

Number of y-edges along the \(x\) (radial), \(y\) (azimuthal) and \(z\) (vertical) directions, respectively.