discretize.CylindricalMesh.cell_centers_x#
- property CylindricalMesh.cell_centers_x#
Return the x-positions of cell centers along the x-direction.
This property returns a 1D vector containing the x-position values of the cell centers along the x-direction (radial). The length of the vector is equal to the number of cells in the x-direction.
- Returns:
- (
n_cells_x
)numpy.ndarray
x-positions of cell centers along the x-direction
- (