discretize.TensorMesh.shape_edges_y#

property TensorMesh.shape_edges_y#

Number of y-edges along each axis direction.

This property returns a tuple containing the number of y-edges along each axis direction. If dim is 1, there are no y-edges.

Returns:
None or (dim) tuple of int

Number of y-edges along each axis direction

  • 1D mesh: None

  • 2D mesh: (n_nodes_x, n_cells_y)

  • 3D mesh: (n_nodes_x, n_cells_y, n_nodes_z)

Notes

Property also accessible as using the shorthand vnEy