discretize.CylindricalMesh.n_edges_z#

property CylindricalMesh.n_edges_z#

Total number of z-edges in the mesh.

This property returns the total number of z-edges for non-symmetric cyindrical meshes; see is_symmetric. If the mesh is symmetric, the property returns 0 because the azimuthal position of the z-edges is undefined.

Returns:
int

Number of z-edges for non-symmetric meshes and 0 for symmetric meshes