discretize.base.BaseRectangularMesh.shape_cells#
- property BaseRectangularMesh.shape_cells#
Number of cells in each coordinate direction.
For meshes of class
TensorMesh
,CylindricalMesh
orCurvilinearMesh
, shape_cells returns the number of cells along each coordinate axis direction. For mesh of classTreeMesh
, shape_cells returns the number of underlying tensor mesh cells along each coordinate direction.Notes
Property also accessible as using the shorthand vnC