discretize.TensorMesh.shape_faces_z#

property TensorMesh.shape_faces_z#

Number of z-faces along each axis direction.

This property returns a tuple containing the number of z-faces along each axis direction. There are only z-faces if dim is 3.

Returns:
None or (dim) tuple of int

Number of z-faces along each axis direction.

  • 1D mesh: None

  • 2D mesh: None

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

Notes

Property also accessible as using the shorthand vnFz