discretize.TensorMesh.cell_bounds#
- property TensorMesh.cell_bounds#
The bounds of each cell.
Return a 2D array with the coordinates that define the bounds of each cell in the mesh. Each row of the array contains the bounds for a particular cell in the following order:
x1
,x2
,y1
,y2
,z1
,z2
, wherex1 < x2
,y1 < y2
andz1 < z2
.