discretize.CylindricalMesh.edge_lengths#

property CylindricalMesh.edge_lengths#

Lengths of all mesh edges.

This property returns a 1D vector containing the lengths of all edges in the mesh organized by x-edges, y-edges, then z-edges; i.e. radial, azimuthal, then vertical. However if the mesh is symmetric, there are no x or z-edges and calling the property returns the y-edge lengths; see is_symmetric. Note that y-edge lengths take curvature into account; see edge_y_lengths.

Returns:
(n_edges) numpy.ndarray

Edge lengths of all mesh edges organized x (radial), y (azimuthal), then z (vertical)