discretize
discretize.base
discretize.operators
discretize.mixins
discretize.utils
discretize.tests
Number of x-faces along each axis direction
This property returns a tuple containing the number of x-faces along each axis direction.
dim
tuple
of
int
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
previous
discretize.CurvilinearMesh.shape_edges_z
next
discretize.CurvilinearMesh.shape_faces_y