discretize.TensorMesh.shape_faces_x#

property TensorMesh.shape_faces_x#

Number of x-faces along each axis direction.

This property returns a tuple containing the number of x-faces along each axis direction.

Returns:
(dim) tuple of int

Number of x-faces along each axis direction

  • 1D mesh: (n_nodes_x)

  • 2D mesh: (n_nodes_x, n_cells_y)

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

Notes

Property also accessible as using the shorthand vnFx