discretize.CurvilinearMesh.nCx#

property CurvilinearMesh.nCx#

Number of cells in the x direction.

Returns
int

Deprecated since version 0.5.0: nCx will be removed in discretize 1.0.0, it is replaced by mesh.shape_cells[0] to reduce namespace clutter.