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