discretize.CurvilinearMesh.shape_faces_y#

property CurvilinearMesh.shape_faces_y#

Number of y-faces along each axis direction.

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

Returns:
None or (dim) tuple of int

Number of y-faces along each axis direction

  • 1D mesh: None

  • 2D mesh: (n_cells_x, n_nodes_y)

  • 3D mesh: (n_cells_x, n_nodes_y, n_cells_z)

Notes

Property also accessible as using the shorthand vnFy