discretize.CylindricalMesh.edge_z_lengths#
- property CylindricalMesh.edge_z_lengths#
Lengths of each z-edges for the entire mesh.
If the mesh is not symmetric, this property returns a 1D vector containing the lengths of all z-edges in the mesh. If the mesh is symmetric, this property returns an empty numpy array since there are no z-edges; see
is_symmetric
.- Returns:
- (
n_edges_z
)numpy.ndarray
A 1D array containing the z-edge lengths for the entire mesh
- (