discretize.CylindricalMesh.shape_nodes#

property CylindricalMesh.shape_nodes#

Return the number of nodes along each axis.

This property returns a tuple containing the number of nodes along the \(x\) (radial), \(y\) (azimuthal) and \(z\) (vertical) directions, respectively. In the case where the mesh is symmetric, the number of nodes defining the discretization in the azimuthal direction is 0 ; see is_symmetric.

Returns:
(dim) tuple of int

Number of nodes in the \(x\) (radial), \(y\) (azimuthal) and \(z\) (vertical) directions, respectively.