discretize.CylindricalMesh.shape_faces_x#

property CylindricalMesh.shape_faces_x#

Number of x-faces along each axis direction.

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

Returns:
(dim) tuple of int

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